Adam K Dean

Collaborate - Redirecting to same Page ASP.NET

Published on 2 September 2011 at 23:17 by Adam

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



This post was first published on 2 September 2011 at 23:17. It was filed under archive with tags aspnetwebforms, csharp.