2

What is the Best way to see a dataset contents in Vs 2003 IDE.

I know in Vs 2005-2012 using quick watch you can see a dataset in a nice VS datagrid window.

Question is how to see a DS(DataTable) in "VS2003".

Curretly the only way I found is to add code to print the Data Table contents in the output window, which is not very convinient.

Jehof
  • 34,674
  • 10
  • 123
  • 155
S Nash
  • 2,363
  • 3
  • 34
  • 64

1 Answers1

3

Grab the XML Visualizer 1.0 for Visual Studio 2003 from Google Drive while it's still there.

Maybe someone else will also find this link useful in the future.

Alex Filipovici
  • 31,789
  • 6
  • 54
  • 78