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 ?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.