Click here to Skip to main content
15,920,438 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionOnClientClick Event Pin
KhandelwalA31-Aug-09 20:19
KhandelwalA31-Aug-09 20:19 
AnswerRe: OnClientClick Event Pin
Christian Graus31-Aug-09 20:35
protectorChristian Graus31-Aug-09 20:35 
AnswerRe: OnClientClick Event Pin
Vimalsoft(Pty) Ltd31-Aug-09 21:24
professionalVimalsoft(Pty) Ltd31-Aug-09 21:24 
QuestionDeployment of project in asp.net Pin
ritasaumya31-Aug-09 20:05
ritasaumya31-Aug-09 20:05 
AnswerRe: Deployment of project in asp.net Pin
sashidhar31-Aug-09 20:11
sashidhar31-Aug-09 20:11 
AnswerRe: Deployment of project in asp.net Pin
Christian Graus31-Aug-09 20:15
protectorChristian Graus31-Aug-09 20:15 
AnswerRe: Deployment of project in asp.net Pin
Vimalsoft(Pty) Ltd31-Aug-09 21:27
professionalVimalsoft(Pty) Ltd31-Aug-09 21:27 
AnswerRe: Deployment of project in asp.net Pin
ncsubbu31-Aug-09 22:30
professionalncsubbu31-Aug-09 22:30 
QuestionPlease explain Pin
ME_Learner31-Aug-09 19:51
ME_Learner31-Aug-09 19:51 
AnswerRe: Please explain Pin
Blikkies31-Aug-09 20:02
professionalBlikkies31-Aug-09 20:02 
GeneralRe: Please explain Pin
Christian Graus31-Aug-09 20:17
protectorChristian Graus31-Aug-09 20:17 
GeneralRe: Please explain Pin
Blikkies31-Aug-09 20:25
professionalBlikkies31-Aug-09 20:25 
GeneralRe: Please explain Pin
Christian Graus31-Aug-09 20:38
protectorChristian Graus31-Aug-09 20:38 
GeneralRe: Please explain Pin
Blikkies31-Aug-09 20:49
professionalBlikkies31-Aug-09 20:49 
AnswerRe: Please explain Pin
sashidhar31-Aug-09 20:07
sashidhar31-Aug-09 20:07 
GeneralRe: Please explain Pin
Christian Graus31-Aug-09 20:17
protectorChristian Graus31-Aug-09 20:17 
AnswerRe: Please explain Pin
Christian Graus31-Aug-09 20:17
protectorChristian Graus31-Aug-09 20:17 
The answers you are getting are wrong.

Server events are a mirage. They get replaced with client side events. You need to write an OnClientClick event if you want to have javascript run in your code. ASP.NET is going to replace anything else you write, with an onclick, which is the proper HTML that needs to be written for all the browsers on earth, so if you write it, you're fighting ASP,NET

Christian Graus

Driven to the arms of OSX by Vista.

Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

Questiondisplaying selected records Pin
swtlibra31-Aug-09 18:47
swtlibra31-Aug-09 18:47 
AnswerRe: displaying selected records Pin
Abhijit Jana31-Aug-09 19:17
professionalAbhijit Jana31-Aug-09 19:17 
QuestionRe: displaying selected records Pin
Amit Patel19851-Sep-09 0:22
Amit Patel19851-Sep-09 0:22 
QuestionHow to store picture into database and retrieval Pin
abglorie31-Aug-09 18:37
abglorie31-Aug-09 18:37 
AnswerRe: How to store picture into database and retrieval Pin
swtlibra31-Aug-09 18:58
swtlibra31-Aug-09 18:58 
QuestionBest Method For AJAX Web Wizards Pin
Adam R Harris31-Aug-09 14:50
Adam R Harris31-Aug-09 14:50 
QuestionVirtual path in Web Application Model. Pin
Nadia Monalisa31-Aug-09 13:04
Nadia Monalisa31-Aug-09 13:04 
Questionhow to convert multiline textbox text to image Pin
Shuaib wasif khan31-Aug-09 13:01
Shuaib wasif khan31-Aug-09 13:01 

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.