G
Greg
I have a page that displays a DropDownList control that allows a Manager Name
to be selected from a listing of Managers for a User. So, on my main
user.aspx page, I include a DropDownList control for ManagerID. This dropdown
list provides three options to choose for managers. Right now, most users do
not have a Manager selected yet, thus the User's ManagerID value would be
null. How can I make the DropDownList control show nothing selected when the
data source value is null? I want nothing selected when no selection has been
made.
to be selected from a listing of Managers for a User. So, on my main
user.aspx page, I include a DropDownList control for ManagerID. This dropdown
list provides three options to choose for managers. Right now, most users do
not have a Manager selected yet, thus the User's ManagerID value would be
null. How can I make the DropDownList control show nothing selected when the
data source value is null? I want nothing selected when no selection has been
made.