Carl Prothman's .NET BlogFrom 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 |