Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
88 Points
45 Posts
Feb 23, 2012 05:00 AM|LINK
Response.Redirect(Request.RawUrl);
Worked for me! Thank you, exactly what I was looking for! Probably not the best way to trigger a postback, but did the refresh I needed it to do :)
navyjax2
Member
88 Points
45 Posts
Re: How to refresh the page programatically by C# ?
Feb 23, 2012 05:00 AM|LINK
Response.Redirect(Request.RawUrl);
Worked for me! Thank you, exactly what I was looking for! Probably not the best way to trigger a postback, but did the refresh I needed it to do :)