Speeple News Search

Search: |

Tags | Domains | Searches | Statistics | Options | Advanced Search

asp.net » Feeds » Hannes Preishuber

Yearly Archives: 2008

Latest news from Hannes Preishuber

  1. Input Validation with Silverlight

    Nov 23, 2008

    I miss ASP.NET. With the 2.0 Microsoft had the world best technology for creating applications of all kind. Small or large, ASP.NET 2.0 have features for all. Now several years later we have Silverlight 2 (no 2.0) and

    Tagged: net, silverlight

  2. Rownumber in Silverlight Datagrid or Listbox

    Rownumber in Silverlight Datagrid or Listbox

    Nov 18, 2008

    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

    Tagged: net, silverlight

  3. get ID inside a Silverlight Datagrid when Button clicked

    get ID inside a Silverlight Datagrid when Button clicked

    Nov 15, 2008

    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

    Tagged: net, silverlight

  4. Silverlight Multiselect Listbox

    Nov 7, 2008

    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!?

    Tagged: net, silverlight

  5. Silverlight and ADO.NET Dataservices RTW changes

    Silverlight and ADO.NET Dataservices RTW changes

    Oct 14, 2008

    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