Search   Feed   Browse   Add
Feed items 1 - 2 of 2 for September 2003

Carl Prothman's .NET Blog

From the mind of an .NET Developer...

Viewing the Contents of a DataSet while in Debug Mode - September 11, 2003

While in debug mode in Visual Studio .NET, do you ever get tired of typing in the following commands into the Intermediate window     ds.Tables(0).Rows(0).Item(0)Or    ds.Tables(0).Columns(0).ColumnName Well there is an easier way to see the contents of a DataSet!  Try typing in the following:     ds.GetXmlOr    ds.GetXmlSchema Enjoy!  
http://weblogs.asp.net/prothman/archive/2003/09/10/27097.aspx

Microsoft TechEd 2003 - Conference Material On-line - September 5, 2003

Check it out... The Microsoft TechEd 2003 conference material is on-line.
http://weblogs.asp.net/prothman/archive/2003/09/05/26498.aspx
Available Archives
- August (5 items)
- September (2 items)
- October (4 items)
- November (1 item)
- December (1 item)
Sponsored Links
© 2008 FeedCapsule.com  |  Contact