Click here to Skip to main content
15,922,533 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: multiple selection Pin
VanithaVasu24-Apr-08 23:30
VanithaVasu24-Apr-08 23:30 
GeneralRe: multiple selection Pin
squattyarun25-Apr-08 1:04
squattyarun25-Apr-08 1:04 
Questiona line of code working in I.E but not in Mozila Pin
Krazy Programmer24-Apr-08 19:52
Krazy Programmer24-Apr-08 19:52 
GeneralRe: a line of code working in I.E but not in Mozila Pin
N a v a n e e t h24-Apr-08 20:15
N a v a n e e t h24-Apr-08 20:15 
GeneralRe: a line of code working in I.E but not in Mozila Pin
Krazy Programmer24-Apr-08 20:21
Krazy Programmer24-Apr-08 20:21 
GeneralRe: a line of code working in I.E but not in Mozila Pin
N a v a n e e t h24-Apr-08 20:25
N a v a n e e t h24-Apr-08 20:25 
GeneralRe: a line of code working in I.E but not in Mozila Pin
Krazy Programmer24-Apr-08 20:33
Krazy Programmer24-Apr-08 20:33 
GeneralRe: a line of code working in I.E but not in Mozila Pin
N a v a n e e t h24-Apr-08 20:42
N a v a n e e t h24-Apr-08 20:42 
ALT + F4 wrote:
for hide/show of table i have written javascript inline ( for few things ) its working fine ..
but with external JS its not working ..


Strange Confused | :confused: . Code written on an external JS file is working perfectly at my end.

ALT + F4 wrote:
Is it gud to write Jscript in aspx file


There won't be any problem to write JS on aspx page. writing JS on an external file is a matter of code separation. If you take the viewsource of this forums page, you will find many JS methods written in the aspx page. If you need to re-use the JS function in multiple pages, then better approach would be external file.

Take the viewsource of this forums page and find out how they are showing/hiding the tables. It's a good cross-browser script. You can take that.

All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia

How to use google | Ask smart questions

GeneralRe: a line of code working in I.E but not in Mozila Pin
Krazy Programmer24-Apr-08 22:40
Krazy Programmer24-Apr-08 22:40 
Questionhow to bind grid view through java script? Pin
samrat.net24-Apr-08 19:50
samrat.net24-Apr-08 19:50 
GeneralRe: how to bind grid view through java script? Pin
N a v a n e e t h24-Apr-08 20:21
N a v a n e e t h24-Apr-08 20:21 
GeneralRe: how to bind grid view through java script? Pin
Amit Agarrwal24-Apr-08 21:00
Amit Agarrwal24-Apr-08 21:00 
GeneralRe: how to bind grid view through java script? Pin
Ashish Sehajpal25-Apr-08 1:32
Ashish Sehajpal25-Apr-08 1:32 
QuestionHow to create live chat Pin
raushan_924-Apr-08 19:41
raushan_924-Apr-08 19:41 
AnswerRe: How to create live chat Pin
N a v a n e e t h24-Apr-08 20:23
N a v a n e e t h24-Apr-08 20:23 
AnswerRe: How to create live chat Pin
Vasudevan Deepak Kumar24-Apr-08 21:14
Vasudevan Deepak Kumar24-Apr-08 21:14 
AnswerRe: How to create live chat Pin
Ashish Sehajpal25-Apr-08 1:40
Ashish Sehajpal25-Apr-08 1:40 
GeneralAjax error with multiple copies of a page on one machine Pin
dmohr6924-Apr-08 19:10
dmohr6924-Apr-08 19:10 
GeneralIndex Search... Pin
Moghan24-Apr-08 18:25
Moghan24-Apr-08 18:25 
GeneralRe: Index Search... Pin
AlexeiXX324-Apr-08 18:48
AlexeiXX324-Apr-08 18:48 
GeneralRe: Index Search... Pin
Harini N K24-Apr-08 18:53
Harini N K24-Apr-08 18:53 
GeneralRe: Index Search... Pin
Moghan24-Apr-08 18:54
Moghan24-Apr-08 18:54 
GeneralRe: Index Search... Pin
Harini N K24-Apr-08 18:52
Harini N K24-Apr-08 18:52 
GeneralRe: Index Search... Pin
Moghan24-Apr-08 18:59
Moghan24-Apr-08 18:59 
GeneralProblem with Loading an User Control dynamically [modified] Pin
lovedotnet24-Apr-08 18:24
lovedotnet24-Apr-08 18:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.