A
acharyaks
Hi Guru,
the aspx page code executing behind the controls and
functions executing twice. How can I avoid running the
code behind the controls (for example this vanishes the
control box text previously entered) when the postback
method is triggered
Page_Load{
If !(IsPstback then){
<Please tell me what I have to do to stop executing code
behind textbox1 twice>
}
the aspx page code executing behind the controls and
functions executing twice. How can I avoid running the
code behind the controls (for example this vanishes the
control box text previously entered) when the postback
method is triggered
Page_Load{
If !(IsPstback then){
<Please tell me what I have to do to stop executing code
behind textbox1 twice>
}