i have a web form that performs a search on an access database displayed in a grid view that enables selection, when i click the select keyword, a row is selected, then here is my problem, i dont know how i could pass the value of GridView1.SelectedValue.ToString() to another textbox.text in...