Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Go bottom
Message
From
05/11/2007 09:31:11
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, United States
 
 
To
05/11/2007 09:23:40
General information
Forum:
ASP.NET
Category:
ADO.NET
Title:
Environment versions
Environment:
C# 2.0
OS:
Vista
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01266689
Message ID:
01266691
Views:
3
>I have a datagridview bound to a dataset.
>I have inserted a new row in my dataset and I would like to go to the bottom of my dataset in order for my datagridview to see the latest inserted record.
>
>How do I go to the bottom of my dataset. In foxpro I would use :
>
>GO BOTTOM
>
>
>How do you do it in Dataset???
>
>Thanks

Freehanded in VB.NET, but should get you started:
Msgbox(ds1.dt1(ds1.dt1.rows.count - 1).row1.ToString)
Very fitting: http://xkcd.com/386/
Previous
Reply
Map
View

Click here to load this message in the networking platform