Click here to Skip to main content
15,889,909 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Plcaeholder removing whitespace between controls Pin
jkirkerx24-Apr-13 16:26
professionaljkirkerx24-Apr-13 16:26 
Questionvalidation not working when java script is written for imagebutton Pin
Member 999911223-Apr-13 2:48
Member 999911223-Apr-13 2:48 
AnswerRe: validation not working when java script is written for imagebutton Pin
dusty_dex23-Apr-13 2:57
dusty_dex23-Apr-13 2:57 
GeneralRe: validation not working when java script is written for imagebutton Pin
Richard Deeming23-Apr-13 3:10
mveRichard Deeming23-Apr-13 3:10 
GeneralRe: validation not working when java script is written for imagebutton Pin
dusty_dex23-Apr-13 4:29
dusty_dex23-Apr-13 4:29 
GeneralRe: validation not working when java script is written for imagebutton Pin
Michael†Cheong23-Apr-13 6:59
Michael†Cheong23-Apr-13 6:59 
GeneralRe: validation not working when java script is written for imagebutton Pin
Member 999911223-Apr-13 3:18
Member 999911223-Apr-13 3:18 
AnswerRe: validation not working when java script is written for imagebutton Pin
Richard Deeming23-Apr-13 3:13
mveRichard Deeming23-Apr-13 3:13 
At the moment, the client-side click attribute is being rendered as something similar to:
return SaveConfirm(); DoTheValidation()


None of the code after the return statement will execute, which is why the validation isn't firing.

Try changing the code to:
OnClientClick="if(!SaveConfirm()){return false;}"




"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer


QuestionHow to append content into GridView in asp.net C# Pin
Sanjeev991823-Apr-13 2:02
Sanjeev991823-Apr-13 2:02 
AnswerRe: How to append content into GridView in asp.net C# Pin
Marco Bertschi23-Apr-13 2:27
protectorMarco Bertschi23-Apr-13 2:27 
QuestionWhat is asp.net equivalent of following code Pin
maverick1213122-Apr-13 19:50
maverick1213122-Apr-13 19:50 
AnswerRe: What is asp.net equivalent of following code Pin
Sandeep Mewara22-Apr-13 22:42
mveSandeep Mewara22-Apr-13 22:42 
AnswerRe: What is asp.net equivalent of following code Pin
AmitGajjar23-Apr-13 0:38
professionalAmitGajjar23-Apr-13 0:38 
AnswerRe: What is asp.net equivalent of following code Pin
Marco Bertschi23-Apr-13 1:40
protectorMarco Bertschi23-Apr-13 1:40 
QuestionValidation for a Currency textbox Pin
Michael†Cheong22-Apr-13 19:47
Michael†Cheong22-Apr-13 19:47 
AnswerRe: Validation for a Currency textbox Pin
AmitGajjar23-Apr-13 0:43
professionalAmitGajjar23-Apr-13 0:43 
AnswerRe: Validation for a Currency textbox Pin
Yosh_24-Apr-13 21:45
professionalYosh_24-Apr-13 21:45 
QuestionGrid/Dropdown View Pin
Sugu Thomas22-Apr-13 16:51
professionalSugu Thomas22-Apr-13 16:51 
AnswerRe: Grid/Dropdown View Pin
Marco Bertschi23-Apr-13 1:44
protectorMarco Bertschi23-Apr-13 1:44 
QuestionHow to create a connection string in webconfig Pin
DeveloperLife201522-Apr-13 15:00
DeveloperLife201522-Apr-13 15:00 
AnswerRe: How to create a connection string in webconfig Pin
Vani Kulkarni22-Apr-13 17:59
professionalVani Kulkarni22-Apr-13 17:59 
GeneralRe: How to create a connection string in webconfig Pin
DeveloperLife201523-Apr-13 11:46
DeveloperLife201523-Apr-13 11:46 
AnswerRe: How to create a connection string in webconfig Pin
Aatif Ali from Bangalore3-Jul-13 0:10
professionalAatif Ali from Bangalore3-Jul-13 0:10 
QuestionAccessing ORACLE 11g database through c#.net Pin
Member 369573921-Apr-13 21:15
Member 369573921-Apr-13 21:15 
AnswerRe: Accessing ORACLE 11g database through c#.net Pin
Bernhard Hiller21-Apr-13 21:24
Bernhard Hiller21-Apr-13 21: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.