Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Reload the current Page Programmatically

15 views
Skip to first unread message

King Coffee

unread,
Nov 21, 2009, 2:57:23 AM11/21/09
to
Hi,

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

Mark Rae [MVP]

unread,
Nov 21, 2009, 5:38:14 AM11/21/09
to
"King Coffee" <kco...@hotmail.com> wrote in message
news:3F7A0700-62DD-4E76...@microsoft.com...

> 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

0 new messages