Ken Dickinson Posted April 15, 2004 Posted April 15, 2004 Disclaimer... Newbie Greetings all Can someone please enlighten me and give me the syntax for obtaining the value of column one on a data grid when I click on a row in said datagrid? Thanks in advance for your help Ken Quote
Moderators Robby Posted April 15, 2004 Moderators Posted April 15, 2004 Is the data bound to a Dataset or Dataview or ? Quote Visit...Bassic Software
koen Posted April 16, 2004 Posted April 16, 2004 dtgResultaat is the datagrid and 0 = first column dtgResultaat.Item(dtgResultaat.CurrentRowIndex(), 0) I think that is what you mean... greets koen Quote
Ken Dickinson Posted April 16, 2004 Author Posted April 16, 2004 Thanks for the reply, Robby. The data is bound to a dataset. Ken Quote
Ken Dickinson Posted April 16, 2004 Author Posted April 16, 2004 Thanks Koen... That's just what I'm looking for Ken Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.