How to debug asp.net
Messages   Related Types
This message was discovered on ASPFriends.com 'aspngdebug' list.


William Oliveri
-- Moved from [aspngfreeforall] to [aspngdebug] by Marcie Jones <Click here to reveal e-mail address> --

Hi all, I know this sounds like a dumb question but I am spending a large
amount of time trying to find the value of a DataSet in asp.net. I'm
finding everything except the value of the dataset. Is there some
information or help out there to determine the value of a dataset in the
debugger? I'm in locals window and I see the Dataset object but when I
drill down I find endless amount of information except the values that are
in the dataset.

Thanks for any help,

William Oliveri

Reply to this message...
 
    
Curtis Swartzentruber
sometimes it is easier just to do something like

?ds.tables(0).rows(0).item("MyFieldName")

in the immediate window so you don't have to work
through the hierarchy of all that.

curtis
[Original message clipped]

Reply to this message...
 
 
System.Data.DataSet




Ad
MBR BootFX
Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
 
 Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com