Hi All,
I just started to design a SilverLigt Project. I designed my MainPage.xaml (A Button and a Label) and I wrote the Codes in Button's Click Event. But I dunno why The Internet Explorer Cannot Show the SLExampleTestPage.aspx (SLExample is my Projects Name) .. Is there anyone to help me ??
<< Codes >>
Private void Button_Click(object sender, RoutedEventArgs e)
{
Label1.Content=" Hello World :) ";
}
Loading
Guest UserPosted Sep 22, 2010, 1:58 AM
I found an Application Sample which makes the same thing as mine. I did all the steps right but IE cant find the Page (TestPage.aspx)..
Sam HobbsPosted Sep 21, 2010, 9:53 PM