2
Reply

-- My First Project !! --

Abdussamed KOCAK

Abdussamed KOCAK

Sep 21 2010 10:42 AM
7.1k

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 :) ";
}

Upload Source Code  Select only zip and rar file.
Answers (2)