473,385 Members | 1,676 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

debuger sending me in circles - trying to view dataset

I want to see the values in the first row [0] of a dataset.
I can't figure out, in .NET 2003, how to view the contents of that record.
I keep drilling down and getting back to where I started :)

Thanks for any help
Jason Shohet
Nov 17 '05 #1
3 1257
John I know datasets have tables which have rows. Everyone knows that.
The problem is when you look into the Rows (w/in the table), the debugger
shows a list of items, and next to each one it says <cannot view indexed
property>.

I'm looking for a way to see the content of the row. columnname: value.

I can always do a writeXML and output to a file, but there should be a way
in the debugger of seeing this.

Jason Shohet
Nov 17 '05 #2
" Jason Shohet" <as****@hotmail.com> wrote in news:ufsS6YZbDHA.3444
@tk2msftngp13.phx.gbl:
John I know datasets have tables which have rows. Everyone knows that.
The problem is when you look into the Rows (w/in the table), the debugger
shows a list of items, and next to each one it says <cannot view indexed
property>.

I'm looking for a way to see the content of the row. columnname: value.


Use the debugger watch list.

--
Lucas Tam (RE********@rogers.com)
Please delete "REMOVE" from the e-mail address when replying.
http://members.ebay.com/aboutme/coolspot18/
Nov 17 '05 #3

"Lucas Tam" <RE********@rogers.com> wrote in message
news:Xn***************************@140.99.99.130.. .
" Jason Shohet" <as****@hotmail.com> wrote in news:ufsS6YZbDHA.3444
@tk2msftngp13.phx.gbl:
John I know datasets have tables which have rows. Everyone knows that.
The problem is when you look into the Rows (w/in the table), the debugger shows a list of items, and next to each one it says <cannot view indexed
property>.

I'm looking for a way to see the content of the row. columnname:
value.
Use the debugger watch list.


You'll see that most of these collections are really ArrayLists. Look in
them for a field called _list. Expand that and you'll find an array of rows.
--
John Saunders
Internet Engineer
jo***********@surfcontrol.com
Nov 17 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Chuck Ritzke | last post by:
I keep asking myself this question as I write class modules. What's the best/smartest/most efficient way to send a large object back and forth to a class module? For example, say I have a data...
1
by: Jesper DK | last post by:
Hi, I have docked a tree view to the left on a form. When I start to populate this tree view with nodes, a horizontal scroll box appears in the bottom of the tree view even though thee tree...
1
by: feng | last post by:
Hi, I am trying to debug my asp.net project in VS.Net. What I am getting is a error message that says "Error when trying to run project: Unable to start debugger on the web server. you do not...
2
by: Dee | last post by:
Hi I have added EnableViewStateMac="false" to the sending WebForm's @Page Directive and my sample code has the following line: Dim coll As...
3
by: Gary | last post by:
I have a DataSet where two tables have a relation (the parent / child relationship is also successfully added to the DataSet Relations collection). I am looking for a way to programmatically...
3
by: gaDev | last post by:
1) I build a Html Table dynamically (Header Row, and then 2 rows with data All 2 rows have 2 cells: cell(0) contains a delete button (ASP Button), cell(1) contains a HTML Text box 2) On Form Load...
7
by: Tony Girgenti | last post by:
Hello. Developing a web site in VS2005, SP1, VB, .NET 2.0, ASP.NET 2.0 on XP Pro, SP2. I eventually want to use a gridview table to view xml data, but right now i can't seem to get my xml...
4
by: john | last post by:
I have the following example code. I'm using CDO as I need to specify the sender. Set objMessage = CreateObject("CDO.Message") objMessage.Subject = "Example CDO Message" objMessage.From =...
1
by: Stephanie | last post by:
I am running through a tutorial on http://www.asp.net/get-started/ about database web pages. I have a page that uses a dataset to list authors by state. Works great. All is peachy keen. There...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.