Dataset in a Datagrid

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I have a datagrid1 binded with a dataset1 and I would like when I click at
any row it would show me the Value of the first Column for the clicked row in
the grid in a textbox could U show me how!!?


Thanks
 
Sorry I made in my question. do how the get the value into a Variable without
using the textbox control, I tried this but it failed it's returning a non
string datatype value

dim MyValue as String
MyValue = DataGrid1.DataBindings.Add("Text", dt, "Name")
 

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

Back
Top