Hello,
I'm using ASP.net 2 with C#. My question is I have a web form where the user will fill out some info then click a save button. The save button will save an object then I want to reload the page reset to its original state as if they just opened the page.
Is there a way to reset the ispostback property? Also, what is the best way to switch pages in a button? Currently, I use server.transfer, but I wonder if there is a better way.
Thanks,
Bill
I'm using ASP.net 2 with C#. My question is I have a web form where the user will fill out some info then click a save button. The save button will save an object then I want to reload the page reset to its original state as if they just opened the page.
Is there a way to reset the ispostback property? Also, what is the best way to switch pages in a button? Currently, I use server.transfer, but I wonder if there is a better way.
Thanks,
Bill