Programmatically selecting a row in a DataGridView

G

Guest

I'm creating a C# (.NET BETA2) Windows application (NOT a Web application, a
Windows application), and I would like to programmatically selecting a row
inside of a DataGridView. It seems like it should be pretty easy to do, but
I'm have a hard time with this.

Can anyone give me any guidance?

Thanks,

David
 
V

Venkat_KL

Dear David,

Go through these links, You can Manipulate your rows programmatically.
and also it gives more info on DataGridView Control

Windows Forms Programming
How to: Manipulate Rows in the Windows Forms DataGridView Control
---------------------------------------------------------------------
http://msdn2.microsoft.com/en-us/library/ddtce152.aspx

other "HOW TOs"
---------------
http://msdn2.microsoft.com/en-us/library/ms171596

Windows Forms Programming
DataGridView Control (Windows Forms)
------------------------------------
http://msdn2.microsoft.com/en-us/library/e0ywh3cz

Bye
Venkat_KL


For Anything and Everything, Please Let Me Know
 
V

Venkat_KL

Dear David,

Go through the these links,
1st one gives you the reply for your query.
Other links gives more info on DataGridView Control

Windows Forms Programming
How to: Manipulate Rows in the Windows Forms DataGridView Control
--------------------------------------------------------------------
http://msdn2.microsoft.com/en-us/library/ddtce152.aspx

Other "HOW-TOs"
----------------

http://msdn2.microsoft.com/en-us/library/ms171596

Windows Forms Programming
DataGridView Control (Windows Forms)
---------------------------------------

http://msdn2.microsoft.com/en-us/library/e0ywh3cz

Bye
Venkat_KL


For Anything and Everything, Please Let Me Know
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top