G
Guest
Hello. I have 2 questions about DropDownList controls in ASP.NET.
1. In Microsoft Access, dropdownlist controls allow the user to type into
the control, and then the control will subsequently accept the user input
solong as it matches a value in the list. Is this possible with ASP.NET ddl
controls? It seems to me like asp.net ddl controls only allow the user to
simply make a selection without letting them type anything.
2. Is there a way I can specify how a ddl control's .DataText field can be
sorted? Basically I have a ddl that displays values from a table, and I want
to be able to present end-users with alphabetically sorted values instead of
the default location of the items from the table.
Thanks
1. In Microsoft Access, dropdownlist controls allow the user to type into
the control, and then the control will subsequently accept the user input
solong as it matches a value in the list. Is this possible with ASP.NET ddl
controls? It seems to me like asp.net ddl controls only allow the user to
simply make a selection without letting them type anything.
2. Is there a way I can specify how a ddl control's .DataText field can be
sorted? Basically I have a ddl that displays values from a table, and I want
to be able to present end-users with alphabetically sorted values instead of
the default location of the items from the table.
Thanks