Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
ASP .Net
Why Do IsPostBack and Master.IsPostBack Always Fire Twice?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Guest, post: 504970"] One would get the page events to fire up twice (as in your described scenario) if I set the AutoEventWireUp=true and add page event handlers in the OnInit method : [URL]http://www.webswapp.com/CodeSamples/aspnet20/AutoEventWireUp_True_Error.aspx[/URL] The solution would be either of these approaches: [URL]http://www.webswapp.com/CodeSamples/aspnet20/AutoEventWireUp_False.aspx[/URL] [URL]http://www.webswapp.com/CodeSamples/aspnet20/AutoEventWireUp_True.aspx[/URL] [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
ASP .Net
Why Do IsPostBack and Master.IsPostBack Always Fire Twice?
Top