How to values in DataGrid

Discussion in 'ASP.NET / ASP.NET Core' started by brightmosquito, Jan 7, 2005.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I put a column of textbox in a DataGrid. When I postback the page, how can I retrieve the values in these textboxes?
     
  2. I use FindControl to get value in textboxes. I have another question now.
    For example, I got a value from a textbox, which is at column 1. How can I get which row that textbox is at?
     
  3. At any time you should be able to call .SelectedIndex on the grid. You can also do processing when the selected item event fires.
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page