Search results for query: *

  1. D

    DataGrid problem

    I used the ItemDataBound event of the dataGrid and tested the event args to see if the current row was in edit mode. If it was, I was able to access the control using FindControl(String) and then alter it in anyway I wanted. Private Sub dg_ItemDataBound(ByVal sender As Object, ByVal e As...
  2. D

    DataGrid problem

    Don't worry about it - I managed to find another way to solve the problem. Thanks anyway
  3. D

    DataGrid problem

    Hi there, I have a slight problem concerning editing data within a datagrid which I would like to pick your collective brains on. I have a datagrid, each row with an edit button. When a row is put into edit mode one of the columns is displayed as a dropdownlist. The problem is I cannot seem...
Back
Top