Recent Posts

1
Comments

Rownumber in Silverlight Datagrid or Listbox by preishuber

My next sample uses a converter to show a line number within a datalist. I am not really satisfied with the solution, perhaps I will find in future a better way. But the concept is quite interesting and it works. First we need a TextBlock to display the...
Filed under: ,
0
Comments

get ID inside a Silverlight Datagrid when Button clicked by preishuber

This blog pots describes a datagrid and a encapsulated custom button for each row. I want to show two methods how to get information about the underlaying data of the row. I use a ado.net data service and a entity datamodel, which is not part of the article...
Filed under: ,
0
Comments

Silverlight Multiselect Listbox by preishuber

The Listbox control of Silverlight 2 have no multi selection. Datagrid have! I want to show how to build a Listbox with Checkboxes and iterate at the end through all items an see if they are checked. Seams to be easy!? But isn't.  You can not access...
Filed under: ,
0
Comments

Silverlight and ADO.NET Dataservices RTW changes by preishuber

Till the days of Silverlight RC0 (so yesterday ;-)) we had to generate the proxy class for ado.net dataservice service by hand like: dataSvcUtil.exe /out:dsProxy.vb /language:VB /uri:http://localhost:64184/eventsDataService1.svc/ .csharpcode, .csharpcode...
0
Comments

ADO.NET Dataservices: Fancy Error Part II by preishuber

Today my first Silverlight 2 application goes live. It is a customer feedback app for the ADC 08 conference. After successfully installed and tested a few hours everything went well. But then data was not show. on direct call of ado.net dataservice vcs...
Filed under: ,
1
Comments

ADO.NET Dataservices:This collection already contains an address with scheme http by preishuber

I have deployed a Silverlight 2 application which uses ADO.NET Dataservices to a IIS 6. Problem #1: you see nothing in Browser register MIME Type in IIS and restart IIS Problem #2: no data is sown in Silverlight In my case it was a 2nd hostheader entry...
Filed under: ,
0
Comments

I Love VB: Silverlight UI Creation with XML Literals by preishuber

My actual problem is to develop a image (object) carousel. There are a lot of details to take care about. One of them is to create images dynamically with a great UI like border or shadow. First I startet up to write code like: Dim brd As New Border brd...
Filed under: , ,
1
Comments

Silverlight 2.0 plugin ID or not ID by preishuber

My original problem was a call from HTMl via Jscript to the internals of a Silverlight plugin. My code fails I had huge problems to find the issue cause debugging doesn’t help and jScript doesnt support intellisense i a complete matter. My checklist 1...
Filed under: , ,
1
Comments

Bind with Expression Blend: cannot create Instance Exception by preishuber

Databinding with XAML is a lot of work. There is no drag drop table wizard, don’t search for it. Expression Blend (2.5) have a little bit more automatic support for binding Objects. When Blend is in Design View there is under Project tab a Data tab. Step1...
Filed under: , ,
3
Comments

set as start page: Silverlight XAML by preishuber

I really miss the option “set as start page” in Visual Studio Explorer for Silverlight Projects. If I have time in the next days (;-))Ii will write visual studio extension for that purpose. In fact it is not complicated. The app.xaml have a codebehind...
Filed under: ,
More Posts Next page »