Hi everyone,
I'm having a tedious problem that I'm trying to figure out. I would like to set the initial value of a dropdownlist when the user goes into Edit mode in a datagrid.
I'm trying to access the dropdownlist to set the SelectedIndex in the OnEditCommand event but the dropdownlist doesn't seem to exist yet in this event.
My question is which event would I access in order to set the dropdownlist initially when the user enter into edit mode?
Thanks,
Keith
I'm having a tedious problem that I'm trying to figure out. I would like to set the initial value of a dropdownlist when the user goes into Edit mode in a datagrid.
I'm trying to access the dropdownlist to set the SelectedIndex in the OnEditCommand event but the dropdownlist doesn't seem to exist yet in this event.
My question is which event would I access in order to set the dropdownlist initially when the user enter into edit mode?
Thanks,
Keith