Click here to Skip to main content
15,900,906 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How to use ASP.Net with Javascript? Pin
blooper0221-Nov-07 16:02
blooper0221-Nov-07 16:02 
AnswerRe: How to use ASP.Net with Javascript? Pin
John-ph20-Nov-07 23:56
John-ph20-Nov-07 23:56 
GeneralRe: How to use ASP.Net with Javascript? Pin
blooper0221-Nov-07 14:14
blooper0221-Nov-07 14:14 
GeneralRe: How to use ASP.Net with Javascript? Pin
John-ph21-Nov-07 19:49
John-ph21-Nov-07 19:49 
GeneralRe: How to use ASP.Net with Javascript? Pin
blooper0221-Nov-07 21:19
blooper0221-Nov-07 21:19 
GeneralRe: How to use ASP.Net with Javascript? Pin
John-ph21-Nov-07 23:10
John-ph21-Nov-07 23:10 
GeneralRe: How to use ASP.Net with Javascript? Pin
blooper0221-Nov-07 23:28
blooper0221-Nov-07 23:28 
GeneralRe: How to use ASP.Net with Javascript? Pin
John-ph21-Nov-07 23:49
John-ph21-Nov-07 23:49 
Are you calling any JavaScript function on the Button Click? If yes then it will skip the script validation of the validation Controls. One Alternate to this problem to add the following Code at the end of JavaScript function which you have written.

if (typeof(Page_ClientValidate) == 'function'){ <br />
 Page_ClientValidate();<br />
 return true;<br />
}


This will call the JavaScript Validation code generated for the Validation Controls.

- Regards -
   JON

     Life is not measured by the amount of breaths we take, but by the moments that take our breath away.


GeneralRe: How to use ASP.Net with Javascript? Pin
blooper0222-Nov-07 16:07
blooper0222-Nov-07 16:07 
GeneralRe: How to use ASP.Net with Javascript? Pin
blooper0222-Nov-07 21:59
blooper0222-Nov-07 21:59 
QuestionAvoid redrawing flash with postback Pin
Jan Hirak20-Nov-07 23:27
Jan Hirak20-Nov-07 23:27 
AnswerRe: Avoid redrawing flash with postback Pin
Prakash_Mishra21-Nov-07 0:44
Prakash_Mishra21-Nov-07 0:44 
GeneralRe: Avoid redrawing flash with postback Pin
Jan Hirak21-Nov-07 1:04
Jan Hirak21-Nov-07 1:04 
GeneralRe: Avoid redrawing flash with postback Pin
Malcolm Smart21-Nov-07 1:26
Malcolm Smart21-Nov-07 1:26 
GeneralRe: Avoid redrawing flash with postback Pin
Jan Hirak21-Nov-07 2:17
Jan Hirak21-Nov-07 2:17 
QuestionDynamic Menus for left panel Pin
Ravi_2120-Nov-07 23:22
Ravi_2120-Nov-07 23:22 
AnswerRe: Dynamic Menus for left panel Pin
John-ph20-Nov-07 23:36
John-ph20-Nov-07 23:36 
GeneralRe: Dynamic Menus for left panel Pin
Ravi_2121-Nov-07 0:02
Ravi_2121-Nov-07 0:02 
GeneralRe: Dynamic Menus for left panel Pin
John-ph21-Nov-07 0:10
John-ph21-Nov-07 0:10 
AnswerRe: Dynamic Menus for left panel Pin
Sun Rays20-Nov-07 23:46
Sun Rays20-Nov-07 23:46 
QuestionHow to Get Display Pin
aswini20-Nov-07 23:18
aswini20-Nov-07 23:18 
AnswerRe: How to Get Display Pin
John-ph20-Nov-07 23:40
John-ph20-Nov-07 23:40 
AnswerRe: How to Get Display Pin
Sherin Iranimose20-Nov-07 23:54
Sherin Iranimose20-Nov-07 23:54 
QuestionDatalist control Pin
Vijayitsb20-Nov-07 22:45
Vijayitsb20-Nov-07 22:45 
AnswerRe: Datalist control Pin
N a v a n e e t h20-Nov-07 22:47
N a v a n e e t h20-Nov-07 22:47 

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.