Recent content by schiz0phren!c.raJiv

  1. S

    c# asp.net gridview selection, function that returns if there is a selected row?

    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...
  2. S

    question in asp.net C#, gridview selection?

    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...
Back
Top