StoykinButNotKrstakn
Programmer
I'm trying to populate a dropdownlist for a user to select from when in EDIT mode, but I would rather not have it visible during standard browse mode. Is there an easy way to do this?
Example: I have a table that will show the employee and the team they belong too (both as text) in a datagrid. When EDIT is selected, I would like the team column to show the dropdown list with a list of all the teams selectable. The current team that is assigned would be SelectedIndex assigned. I've tried creating a dropdownlist on the update event, but it keeps coming up as a textbox.
Has anyone done this?
Example: I have a table that will show the employee and the team they belong too (both as text) in a datagrid. When EDIT is selected, I would like the team column to show the dropdown list with a list of all the teams selectable. The current team that is assigned would be SelectedIndex assigned. I've tried creating a dropdownlist on the update event, but it keeps coming up as a textbox.
Has anyone done this?