|
-
Apr 20th, 2005, 11:03 AM
#1
Thread Starter
Hyperactive Member
<resolved> Datasets
I am a newbie on ASP.net and good experience on ASP.
In ASP we used to make recordsets and checked , whether it reyurned any records or not through
Code:
if not rst.eof then
.
Here, I am making datasets. How to check, whether dataset returned any records or not?
I pick up a record from the datset like this
Code:
ds.Tables(0).Rows(0).Item("Modified_Date")
Last edited by sinha; Apr 21st, 2005 at 11:20 AM.
Thanks.
-
Apr 20th, 2005, 11:22 AM
#2
-
Apr 21st, 2005, 07:21 AM
#3
Thread Starter
Hyperactive Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|