Click here to Skip to main content
15,891,423 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: unable to get the updates value of global variable on second page Pin
Amit Kumar G21-Feb-07 14:20
Amit Kumar G21-Feb-07 14:20 
GeneralRe: unable to get the updates value of global variable on second page Pin
MissionSuccess21-Feb-07 17:50
MissionSuccess21-Feb-07 17:50 
QuestionAsp.Net Deployment Pin
jayanthnadig21-Feb-07 0:42
jayanthnadig21-Feb-07 0:42 
AnswerRe: Asp.Net Deployment Pin
Sarvesvara (BVKS) Dasa21-Feb-07 7:20
Sarvesvara (BVKS) Dasa21-Feb-07 7:20 
QuestionButton click event only working the second time Pin
Mertli Ozgur Nevres21-Feb-07 0:40
Mertli Ozgur Nevres21-Feb-07 0:40 
AnswerRe: Button click event only working the second time Pin
Nimit Patel21-Feb-07 1:12
Nimit Patel21-Feb-07 1:12 
AnswerRe: Button click event only working the second time Pin
Marcus J. Smith21-Feb-07 2:29
professionalMarcus J. Smith21-Feb-07 2:29 
AnswerRe: Button click event only working the second time Pin
Sam Heller21-Feb-07 3:55
Sam Heller21-Feb-07 3:55 
Have you set validation group setting on all validators and save button? Sounds like the validator is still running on the cancel button which presumably you dont want to happen because the user has pressed cancel so the textbox values wont be used.

The validation occurs when focus is taken of off the control to validate. So if you fill in an unvalidated control and then click on save, the validation event only occurs then. This also prevents the buttons click event from occurring and going back to the server. Therefore you must press the button again to continue
QuestionCrystal Report Problem Pin
Kissy1621-Feb-07 0:34
Kissy1621-Feb-07 0:34 
AnswerRe: Crystal Report Problem Pin
Sylvester george23-Feb-07 3:19
Sylvester george23-Feb-07 3:19 
QuestionAdd attribute to the http header of a request Pin
blackjack215021-Feb-07 0:32
blackjack215021-Feb-07 0:32 
QuestionPop-before-SMTP Question? Pin
hetrobezz21-Feb-07 0:04
hetrobezz21-Feb-07 0:04 
AnswerRe: Pop-before-SMTP Question? Pin
Marcus J. Smith21-Feb-07 2:51
professionalMarcus J. Smith21-Feb-07 2:51 
GeneralRe: Pop-before-SMTP Question? Pin
hetrobezz21-Feb-07 18:13
hetrobezz21-Feb-07 18:13 
GeneralRe: Pop-before-SMTP Question? Pin
hetrobezz21-Feb-07 18:20
hetrobezz21-Feb-07 18:20 
AnswerRe: Pop-before-SMTP Question? Pin
kubben21-Feb-07 4:00
kubben21-Feb-07 4:00 
AnswerRe: Pop-before-SMTP Question? Pin
hetrobezz22-Feb-07 13:26
hetrobezz22-Feb-07 13:26 
JokeRe: Pop-before-SMTP Question? Pin
Marcus J. Smith23-Feb-07 6:46
professionalMarcus J. Smith23-Feb-07 6:46 
Questionhow is it better to save user data in sessons or cookies? [modified] Pin
rama charan20-Feb-07 23:59
rama charan20-Feb-07 23:59 
AnswerRe: how is it better to save user data in sessons or cookies? Pin
badgrs21-Feb-07 0:42
badgrs21-Feb-07 0:42 
Generalhow is it better to save user data in sessons or cookies? [modified] Pin
rama charan21-Feb-07 0:46
rama charan21-Feb-07 0:46 
GeneralRe: how is it better to save user data in sessons or cookies? Pin
Amit Kumar G21-Feb-07 14:27
Amit Kumar G21-Feb-07 14:27 
GeneralRe: how is it better to save user data in sessons or cookies? Pin
rama charan21-Feb-07 19:32
rama charan21-Feb-07 19:32 
Question"life cycle of server control" Pin
ravikiranreddydharmannagari20-Feb-07 23:40
ravikiranreddydharmannagari20-Feb-07 23:40 
AnswerRe: "life cycle of server control" Pin
badgrs21-Feb-07 0:38
badgrs21-Feb-07 0:38 

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.