Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DataView.Item property
Message
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00977752
Message ID:
00977774
Views:
26
Kevin,
Thanks for the reply and correct answer. I should have tried that before I posted but I got a little confused by the information in the M$ docs. Here is what it says for the DataView.Item Property in the docs:
Gets a row of data from a specified table.
In C#, this property is the indexer for the DataView class.
I guess I read that as there should be an Item property for the DataView also in C#, but now that I know better I guess it can read that there isn't and I should use [] in C#.

Ohh well it is working now. Again thanks for your help.

Sincerely,
Einar

PS. Also thanks to Bonnie, but Kevin beat your reply by over 3 minutes :)


>Hey, Einar,
>
>When I use a DataView, I don't think I've used the items property/collection. I believe you can just say
>
>
>myDv[nRow]["optionValue"]
>
>
>Let me know if that helps...
>Kevin
Semper ubi sub ubi.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform