Click here to Skip to main content
15,881,172 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Validation is not working Pin
Member 299896912-Mar-09 3:30
Member 299896912-Mar-09 3:30 
AnswerRe: Validation is not working Pin
kumar_k50812-Mar-09 20:22
kumar_k50812-Mar-09 20:22 
GeneralRe: Validation is not working Pin
Member 299896912-Mar-09 20:48
Member 299896912-Mar-09 20:48 
GeneralRe: Validation is not working Pin
kumar_k50812-Mar-09 21:25
kumar_k50812-Mar-09 21:25 
QuestionJavascript not working after .net2 migration. Pin
imnotso#12-Mar-09 2:47
imnotso#12-Mar-09 2:47 
AnswerRe: Javascript not working after .net2 migration. Pin
Yusuf12-Mar-09 2:59
Yusuf12-Mar-09 2:59 
GeneralRe: Javascript not working after .net2 migration. Pin
imnotso#12-Mar-09 3:05
imnotso#12-Mar-09 3:05 
GeneralRe: Javascript not working after .net2 migration. Pin
Yusuf12-Mar-09 3:17
Yusuf12-Mar-09 3:17 
Well, this one opens new pop up window for me. try it in your code.

also notice return false; this will prevent postback

Button1.Attributes.Add("onclick", "window.open('www.codeproject.com'); return false;");

Yusuf

Oh didn't you notice, analogous to square roots, they recently introduced rectangular, circular, and diamond roots to determine the size of the corresponding shapes when given the area. Luc Pattyn[^]

GeneralRe: Javascript not working after .net2 migration. Pin
imnotso#12-Mar-09 3:19
imnotso#12-Mar-09 3:19 
Questioncalling javascript function written in separate js file to validate contentpage controls which inherits masterpage Pin
Robymon12-Mar-09 2:16
Robymon12-Mar-09 2:16 
AnswerRe: calling javascript function written in separate js file to validate contentpage controls which inherits masterpage Pin
anujbanka178412-Mar-09 2:35
anujbanka178412-Mar-09 2:35 
GeneralRe: calling javascript function written in separate js file to validate contentpage controls which inherits masterpage Pin
Robymon12-Mar-09 2:47
Robymon12-Mar-09 2:47 
GeneralRe: calling javascript function written in separate js file to validate contentpage controls which inherits masterpage Pin
anujbanka178412-Mar-09 3:11
anujbanka178412-Mar-09 3:11 
GeneralRe: calling javascript function written in separate js file to validate contentpage controls which inherits masterpage Pin
Robymon12-Mar-09 3:23
Robymon12-Mar-09 3:23 
Questionexception Pin
NRHSR12-Mar-09 2:03
NRHSR12-Mar-09 2:03 
AnswerRe: exception Pin
Abhishek Sur12-Mar-09 2:15
professionalAbhishek Sur12-Mar-09 2:15 
GeneralRe: exception Pin
NRHSR12-Mar-09 2:30
NRHSR12-Mar-09 2:30 
GeneralRe: exception Pin
Yusuf12-Mar-09 3:03
Yusuf12-Mar-09 3:03 
GeneralRe: exception Pin
Abhishek Sur12-Mar-09 3:26
professionalAbhishek Sur12-Mar-09 3:26 
AnswerRe: exception Pin
keyur satyadev12-Mar-09 3:38
keyur satyadev12-Mar-09 3:38 
QuestionDateTimePicker Control.... Pin
Sr...Frank12-Mar-09 1:49
Sr...Frank12-Mar-09 1:49 
AnswerRe: DateTimePicker Control.... Pin
Rajeesh MP12-Mar-09 1:59
Rajeesh MP12-Mar-09 1:59 
GeneralRe: DateTimePicker Control.... Pin
Sr...Frank12-Mar-09 2:07
Sr...Frank12-Mar-09 2:07 
GeneralRe: DateTimePicker Control.... Pin
anujbanka178412-Mar-09 2:36
anujbanka178412-Mar-09 2:36 
GeneralRe: DateTimePicker Control.... Pin
Rajeesh MP12-Mar-09 18:59
Rajeesh MP12-Mar-09 18:59 

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.