In my apllication there are two from.The default form that is the MainPage.xaml and another form called login.xaml.
In my application I download some xml data file from some information center, add to this xml file (in aspx.cs) the column with images and all together I pass to the GridView in aspx file.
<i:Interaction.Triggers> <i:EventTrigger EventName=\"DownloadStartedEvent\"> <ei:ControlStoryboardAction/>
I wanted to 开发者_开发技巧know if its possible to disallow checking/unchecking of checkbox on clicking checkbox label and only allow checking/uncecking of the box on the box only.
I am working on image processing application in Silverlight. Currently I am开发者_Python百科 stuck to one.
I have a Silverlight 4 application that communicates with a server running IIS 7.5 that hosts a number of my own WCF services.The application runs happily 99% of the time but users reports that a few
first of all sorry for my bad english. I have a DB structure similar to that: Using RIA Services with EF4.1 what would be the best way to select only the cars that has some Characteristics?
One of the things I really miss from javascript/jquery work is being able to have major pieces (jquery, common plugins) served up t开发者_StackOverflow社区o the client via CDN.It has lots of benefits
I\'m currently working on a small project, and I am having some trouble with silverlight custom controls. I am trying to create a custom ScrollViewer (that will contain small images) for photo gallery
I\'m trying to access my .xml file in the ClientBin with no success. code: WebClient xmlClient = new WebClient();