Selected Value of DataGridView

0 views
Skip to first unread message

Shameem A. Sathar Thalapurath

unread,
Dec 29, 2009, 1:06:32 AM12/29/09
to dotnetde...@googlegroups.com
Hello,

If composite key is given in DataKeyNames (eg: Company_code,B_U_Code) in DataGridView in ASP.NET then how can I get value for these fields of selected record.

Thanks and Regards,
Shameem.


Hotmail: Free, trusted and rich email service. Get it now.

Venkatesh

unread,
Dec 29, 2009, 4:44:49 AM12/29/09
to dotnetde...@googlegroups.com
grdResult.DataKeys[RowIndex][0]


--
K.Venkatesh

nari m

unread,
Dec 29, 2009, 8:46:42 PM12/29/09
to dotnetde...@googlegroups.com


grdResult.DataKeys[RowIndex][0]


-

Reply all
Reply to author
Forward
0 new messages