Category Archives: Silverlight
SWFLDEV user group Silverlight 5 projects
As promised at the Oct 20th SWFL .NET Dev. group here is the project I put together for my What’s new in Silverlight 5 demo. Silverlight5Demo
Posted in Silverlight, Web
Tagged Presentations, Silverlight
Comments Off on SWFLDEV user group Silverlight 5 projects
Silverlight CollectionViewSource page filtering is not allowed during add/edit
Here’s project scenario, editable collection view bound to a list box, upon selecting an item it populates the Data Form control (in my testing I tried the Silverlight toolkit and the Telerik Rad controls.) On the list I have a … Continue reading
Silverlight logging errors to a browser debug console (IE, Chrome, Firebug…)
The title says Silverlight but I think this will work for any C# web application (MVC, Web Forms … this is just where I tried it) Sometimes debugging web applications with service calls can be … well… fun when you … Continue reading
Posted in Silverlight, Visual Studio
4 Comments