Hello daniweb,
Need someone to show how to get value from gridview column into textbox.
For example if I have EmailGridview with 2 columns ID, and EMAIL. And would like under gridview to show Email value also in textbox.
I'm still learning vb.net, and I was trying to do many options, but somehow could not get result.
This is nearest, I was with the code:
EmailTextBox.text = EmailGridView.rows(0).cells(email)
But, of course it is not working.
For info, I'm working in visual web developer with asp.net vb.net. Project is mail form.
Thank you in advance for help to anyone.