Need help whit C#.NET
hello,
i'm new silverlight , other thing visual studio
i'm creating application whit links other sites
im using hyperlink button don't know code musi inser in page.xaml.cs code have button_click event handler:
initializecomponent();
}
private void install_click(object sender, routedeventargs e){
*
}
*= want button open page p2.aspx in same folder code should insert there
sorry, need specify absolute uri
<hyperlinkbutton navigateuri="http://server.com/p2.aspx" content="click me" />
Silverlight > Visual Studio & Silverlight Development Tools
Comments
Post a Comment