DEV Community

Cover image for Collaborate - Redirecting to same Page ASP.NET
Adam K Dean
Adam K Dean

Posted on

Collaborate - Redirecting to same Page ASP.NET

Collaborate: Redirecting to same Page ASP.NET

Simple concept but still pain in head if unable to figure out :)

Response.Redirect("#");

Great little snippet, not widely known! Bare in mind that your ViewState won't persist though

Top comments (0)