Click here to Skip to main content
15,905,068 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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....

GeneralRe: ISPostBack is TRUE when going to the page even at first time Pin
AnandDesai1912-Jul-10 1:02
AnandDesai1912-Jul-10 1:02 
GeneralRe: ISPostBack is TRUE when going to the page even at first time Pin
Not Active12-Jul-10 1:25
mentorNot Active12-Jul-10 1:25 
GeneralRe: ISPostBack is TRUE when going to the page even at first time Pin
AnandDesai1912-Jul-10 1:42
AnandDesai1912-Jul-10 1:42 
GeneralRe: ISPostBack is TRUE when going to the page even at first time Pin
NeverHeardOfMe12-Jul-10 1:43
NeverHeardOfMe12-Jul-10 1:43 
GeneralRe: ISPostBack is TRUE when going to the page even at first time Pin
AnandDesai1912-Jul-10 1:47
AnandDesai1912-Jul-10 1:47 
GeneralRe: ISPostBack is TRUE when going to the page even at first time Pin
Not Active12-Jul-10 2:26
mentorNot Active12-Jul-10 2:26 
GeneralRe: ISPostBack is TRUE when going to the page even at first time Pin
NeverHeardOfMe12-Jul-10 2:34
NeverHeardOfMe12-Jul-10 2:34 
GeneralRe: ISPostBack is TRUE when going to the page even at first time Pin
AnandDesai1912-Jul-10 1:54
AnandDesai1912-Jul-10 1:54 
GeneralRe: ISPostBack is TRUE when going to the page even at first time Pin
Not Active12-Jul-10 2:31
mentorNot Active12-Jul-10 2:31 
GeneralRe: ISPostBack is TRUE when going to the page even at first time Pin
NeverHeardOfMe12-Jul-10 4:38
NeverHeardOfMe12-Jul-10 4:38 
GeneralRe: ISPostBack is TRUE when going to the page even at first time Pin
Not Active12-Jul-10 5:00
mentorNot Active12-Jul-10 5:00 
AnswerRe: ISPostBack is TRUE when going to the page even at first time Pin
SomeGuyThatIsMe12-Jul-10 4:14
SomeGuyThatIsMe12-Jul-10 4:14 
AnswerRe: ISPostBack is TRUE when going to the page even at first time Pin
T M Gray12-Jul-10 11:05
T M Gray12-Jul-10 11:05 
QuestionDoubts regarind user management Pin
cooljeba111-Jul-10 23:06
cooljeba111-Jul-10 23:06 
AnswerRe: Doubts regarind user management Pin
JHizzle11-Jul-10 23:34
JHizzle11-Jul-10 23:34 
GeneralRe: Doubts regarind user management Pin
cooljeba112-Jul-10 2:50
cooljeba112-Jul-10 2:50 
QuestionHow to Call javascript function by clicking on Gridview link button Pin
cheguri11-Jul-10 20:39
cheguri11-Jul-10 20:39 
AnswerRe: How to Call javascript function by clicking on Gridview link button Pin
Peace ON11-Jul-10 20:51
Peace ON11-Jul-10 20:51 
GeneralRe: How to Call javascript function by clicking on Gridview link button Pin
NeverHeardOfMe12-Jul-10 1:45
NeverHeardOfMe12-Jul-10 1:45 
QuestionGridview not getting updated Pin
_______________________11-Jul-10 19:54
_______________________11-Jul-10 19:54 
AnswerRe: Gridview not getting updated Pin
AnandDesai1912-Jul-10 0:59
AnandDesai1912-Jul-10 0:59 
AnswerRe: Gridview not getting updated Pin
AnandDesai1912-Jul-10 1:05
AnandDesai1912-Jul-10 1:05 

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.