is there anyway on how the program could determine if there is a selected row in a current gridview?
for example: i have one button and a gridview that allows selection, the scenario is that if there is no rows selected in the gridview the button would be disabled but when there is a row...
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...