How can I re-load the current page within a code behind event file. I'm
changing the page Theme and want re-load the page with the new Theme
settings.
Sincerely,
King
> How can I re-load the current page within a code behind event file?
Response.Redirect("mypage.aspx", false);
--
Mark Rae
ASP.NET MVP
http://www.markrae.net