Hello,
I want to refresh my page but when i use
Response.Redirect("Signup.aspx");
The browser ask me a thing like that "Do you want to resend your information?"
If i click resend then this no doubt redirects, but also fires the events that were fired previously before page refresh.
So the main problem is that i want to redirect or refresh my page without resending the information. I've searched on internet and tried dozens of options like javascript, SmartNavigation and stuff like that but the problem still persists. Anyone know how to solve it?
I want to redirect my browser to the same page, but i want that page to be opened just like its loaded for the first time
Regards