I have a datagrid where when you click the edit button dropdownlists appear for that row. However, I need a way to change the dropdownlist to the appropriate value (it always starts at the top). Does anyone know the syntax as to how I would obtain this value, so that I can update the dropdownlist?
Do I have to requery the database or is there a way to get the value from e As System.Web.UI.WebControls.DataGridItemEventArgs?
Do I have to requery the database or is there a way to get the value from e As System.Web.UI.WebControls.DataGridItemEventArgs?