Search This Blog

Problems with Scott Guthrie's digg example

Someone asked about the problems about Scott Guthrie's digg example.
Oh..that's a really old topic. I think lots of developers fixed these small bugs. I was trying to find my test codes about this issue. But...anyway,

here was the problems and answers:

1. watermarkedtextbox, ( http://weblogs.asp.net/scottgu/pages/silverlight-tutorial-part-2-using-layout-management.aspx)
forget about it , use textbox unless you still on silverlight old edition, for 2.0 that one not exists.

2.
The famous one --datagrid errors,(http://weblogs.asp.net/scottgu/pages/silverlight-tutorial-part-3-using-networking-to-retrieve-data-and-populate-a-datagrid.aspx)
change the Data:DataGrid to data:DataGrid, sometimes it works, I did that, if not , don't stuck on it , on later article, it will be replaced by datalist. :-)

3.Don't forget add reference by using System.Xml.Linq somewhere, that' ll save your time.

That's all for today, Cheers