A
Amirallia
Hello
I want to force the Page.IsPostBack to false when I click an
"asp:button"
Is it possible ?
I want to force the Page.IsPostBack to false when I click an
"asp:button"
Is it possible ?
Why ? Telling us the final goal could lead to better suggestions than trying
to fool the ASP.NET infrastructure.
Patrice
If you wish to view the page as it was on the first hit, then a
Response.Redirect(this.ResolveUrl(Request.Url.AbsolutePath)); should do it
for you.
MattC