I am using Silverlight 3 on my website. I have a Login Page for role based authentication, that routes users with different开发者_如何学Python privileges to different parts of the website. I want to u
I\'m developing an application with Silverlight 3 and ASP.NET Web Services, which uses Linq to SQL to get data from my SQL Server database.
When running our Silverlight 3 application out-of-browser, startup takes a little time, but it\'s long enough to be notice开发者_Python百科able.During this startup, the background of the window hostin
I am very new at all this c# Windows Phone programming, so this is most probably a dumb question, but I need to know anywho...
KeyDown Event is not responding till any user control is clicked or setFocus implicitly . I want to fire the key event afterthe page loads , anytime.
How can we access varia开发者_运维技巧ble from one Xaml file in to another xaml file in a same projectXaml files don\'t have variables.Do you mean variables in the code-behind of the Xaml file in a Si
I am getting the error \"A field initializer cannot reference the nonstatic field\", While My code is as below:
I am having a hard time on this one, I have a folder over the network with public 开发者_StackOverflowaccess (no credential restriction). I am trying to do a File.Exist or Directory.Exist and I keep o
I want to use WrapPanel in Silverlight 3. It is apparently in the Silverlight Toolkit. All the information I can find on it say to download the toolkit, unzip the download, look in the folder binari
In the handler for the Completed event of a Storyboard, how do i get the element that the storyboard was being applied to?