set textbox1.text from datagrid1 rows

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

Guest

i have a textbox
and a datagri

i fill the datagrid from datase
dataset have 2 fields
1. Nam
2. StudentN

i run the program and i see the row

then when i click to the datagrid rows i want to make like thi

textbox1.text= (what is the code here
i want to write the studentno to text bo

bm = Me.BindingContext(stok.MinNoGeciciDS, "MinNoGecici")
 

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