Reload the current Page Programmatically

  • Follow


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 

0
Reply King 11/21/2009 7:57:23 AM

"King Coffee" <kcoffee@hotmail.com> wrote in message 
news:3F7A0700-62DD-4E76-AF59-9C6976623541@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
Reply Mark 11/21/2009 10:38:14 AM


1 Replies
1005 Views

(page loaded in 0.058 seconds)

Similiar Articles:
















7/23/2012 12:00:55 PM


Reply: