|
-
Mar 7th, 2009, 02:02 PM
#4
Member
Re: [2008] datagridview single row
 Originally Posted by snakeman
ok but
i mean i want the datagridview to display only one row (the first record in My DB).
and when i press forward the same row in The Datagridview Will Be Changed the Information To the Second row In The DB.
can i do that ?
thx
yes,you can do that.
clear all the columns of the datagridview and display the second row.
'to clear all the columns in datagrid
DataGridview.columns.clear()
and then add the row to it and display your content.
Karun
Dont forget to Rate my post,if you like it. Thank you.
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
|