Click here to Skip to main content
15,895,656 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hii....
How to redirect from .aspx to another .aspx page in silverlight 4,when am clicked the login button.
Can u tel me,how it is happens.
Thank u.
Posted

1 solution

System.Windows.Browser.HtmlPage.Window.Navigate(new Uri("http://www.xyz.com/report.aspx"));

use this article :

http://manaspatnaik.com/blog/index.php/technology/navigation-framework-in-silverlight-4/436[^]
 
Share this answer
 
Comments
[no name] 21-Sep-13 3:22am    
Ya,am used thats only,but i got err like..
System.Windows.Browser.HtmlPage.Window.Navigate(new Uri("http://localhost:51597/HomePageTestPage.aspx"));
Err is - The type initializer for 'System.Windows.Browser.HtmlPage' threw an exception.
Thank u.
Pooria Lajevardy 21-Sep-13 3:32am    
do you run it in google chrome ? if yes , test IE
[no name] 21-Sep-13 3:50am    
am tried in both IE and Chrome and got the same err only.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900