Skip to main content
Home Forums General Silverlight Getting Started How to refresh the current page onclick on the button
2 replies. Latest Post by D1007 on January 5, 2009.
(0)
chinna_g
Member
17 points
66 Posts
12-05-2008 7:52 AM |
Hi All,
How to refresh the current page onclick on the button?
Thanks in advance,
Chinna.
ccoombs
Contributor
5174 points
761 Posts
12-05-2008 7:57 AM |
put this in your button click event:
Browser.HtmlPage.Window.Navigate(Browser.HtmlPage.Document.DocumentUri)
D1007
10 points
32 Posts
01-05-2009 8:52 AM |
yaaa,
its working,
Refreshing the page.