views:

28

answers:

0

I have found an excellent video about how to bind controls to an XML dataset completly in Blend without a single line of code.

I am trying to do the same - bind a textbox to a value of Dataset --> MyDataSet.xsd which grabs the total number of rows in a table (executes: select count(id) from books). And I am having a really hard time doing this in Expression Blend 4. I know how to databind from code-behind file, but this time I really want to achieve the same results without writing a single line of code or messing with my XAML.

Would you be able to help me out with this one? A good link to a video or detailed example/tutorial/walk-through would be nice too :)