D
dwclark
Hi all,
The issue I'm having is when a control is fired and causes a post
back, the page actually refreshes twice. Once as a postback and the
second time is not. I created a simple aspx page with one button and
in the Page_Load section did a
System.Diagnostics.Trace.WriteLine(IsPostBack). When I click the
button, i get True and then False in my Output window. Does anyone
have an answer?
The issue I'm having is when a control is fired and causes a post
back, the page actually refreshes twice. Once as a postback and the
second time is not. I created a simple aspx page with one button and
in the Page_Load section did a
System.Diagnostics.Trace.WriteLine(IsPostBack). When I click the
button, i get True and then False in my Output window. Does anyone
have an answer?