About post back
-
Hello all Im beginner in asp.net I have a problem with the auto postback function.I am using ASP.NET and C#.I have a Textbox with autopost back option true and command button in asp.net page.when ever textbox auto postback event fires,the code in button event aslo fires automatically.i dont want to fire this event in textbox autopost back event.i could i prevent this?why this happens :doh: Plz Help me.
-
Hello all Im beginner in asp.net I have a problem with the auto postback function.I am using ASP.NET and C#.I have a Textbox with autopost back option true and command button in asp.net page.when ever textbox auto postback event fires,the code in button event aslo fires automatically.i dont want to fire this event in textbox autopost back event.i could i prevent this?why this happens :doh: Plz Help me.
Why do you need autopostback in both ? Does the textbox autopostback when you change it ? Autopostback is ugly, you should try to avoid it. It means more work for your server, and more waiting for your client. Christian Graus - Microsoft MVP - C++
-
Hello all Im beginner in asp.net I have a problem with the auto postback function.I am using ASP.NET and C#.I have a Textbox with autopost back option true and command button in asp.net page.when ever textbox auto postback event fires,the code in button event aslo fires automatically.i dont want to fire this event in textbox autopost back event.i could i prevent this?why this happens :doh: Plz Help me.
Autopost
back for a TextBox will not firebutton Click
.There is some problem with the mapped events try after remapping everything.