Click here to Skip to main content
16,006,440 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: ScriptManager.RegisterClientScriptBlock pratices Pin
brunoseixas13-Jul-10 2:30
brunoseixas13-Jul-10 2:30 
GeneralRe: ScriptManager.RegisterClientScriptBlock pratices Pin
Not Active13-Jul-10 2:50
mentorNot Active13-Jul-10 2:50 
GeneralRe: ScriptManager.RegisterClientScriptBlock pratices Pin
brunoseixas13-Jul-10 4:52
brunoseixas13-Jul-10 4:52 
QuestionStatic values keeping their instance after stopping the debugger Pin
Brendan Vogt12-Jul-10 9:00
Brendan Vogt12-Jul-10 9:00 
AnswerRe: Static values keeping their instance after stopping the debugger Pin
T M Gray12-Jul-10 10:47
T M Gray12-Jul-10 10:47 
QuestionRe: Static values keeping their instance after stopping the debugger Pin
Brendan Vogt12-Jul-10 19:44
Brendan Vogt12-Jul-10 19:44 
AnswerRe: Static values keeping their instance after stopping the debugger Pin
T M Gray13-Jul-10 4:59
T M Gray13-Jul-10 4:59 
QuestionPositioning a content page inside a Master Page Pin
FJJCENTU12-Jul-10 6:46
FJJCENTU12-Jul-10 6:46 
AnswerRe: Positioning a content page inside a Master Page Pin
Sandeep Mewara12-Jul-10 8:51
mveSandeep Mewara12-Jul-10 8:51 
GeneralRe: Positioning a content page inside a Master Page Pin
FJJCENTU12-Jul-10 13:45
FJJCENTU12-Jul-10 13:45 
QuestionManage role is this correct? Pin
amina8912-Jul-10 2:41
amina8912-Jul-10 2:41 
AnswerRe: Manage role is this correct? Pin
Not Active12-Jul-10 2:57
mentorNot Active12-Jul-10 2:57 
QuestionRe: Manage role is this correct? Pin
amina8912-Jul-10 3:23
amina8912-Jul-10 3:23 
AnswerRe: Manage role is this correct? Pin
Not Active12-Jul-10 3:33
mentorNot Active12-Jul-10 3:33 
AnswerRe: Manage role is this correct? Pin
Peace ON12-Jul-10 3:39
Peace ON12-Jul-10 3:39 
GeneralRe: Manage role is this correct? Pin
Not Active12-Jul-10 4:25
mentorNot Active12-Jul-10 4:25 
QuestionRe: Manage role is this correct? [modified] Pin
amina8912-Jul-10 5:14
amina8912-Jul-10 5:14 
AnswerRe: Manage role is this correct? Pin
Not Active12-Jul-10 5:23
mentorNot Active12-Jul-10 5:23 
QuestionRe: Manage role is this correct? Pin
amina8912-Jul-10 5:56
amina8912-Jul-10 5:56 
QuestionMessage Removed Pin
12-Jul-10 2:06
Sr...Frank12-Jul-10 2:06 
AnswerRe: How to fix resolution in ASP.NET? Pin
Peace ON12-Jul-10 2:24
Peace ON12-Jul-10 2:24 
QuestionMessage Removed Pin
12-Jul-10 1:03
jintalPatel12-Jul-10 1:03 
AnswerRe: Javascript : Not Set the value at server side Pin
Peace ON12-Jul-10 1:24
Peace ON12-Jul-10 1:24 
QuestionISPostBack is TRUE when going to the page even at first time [modified] Pin
AnandDesai1912-Jul-10 0:54
AnandDesai1912-Jul-10 0:54 
AnswerRe: ISPostBack is TRUE when going to the page even at first time Pin
Peace ON12-Jul-10 0:57
Peace ON12-Jul-10 0:57 
I think the following line is re-submitting the page.

<script language="javascript">
   window.document.frm.submit();	
</script>


So, when it is loading the page at first time it is detecting page postback.
You can put submitting form inside condition or function and call the function whenever
you want to submit the form.


HTH
Jinal Desai - LIVE
Experience is mother of sage....

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.