Sort on DropDownList

  • Thread starter Thread starter Luigi
  • Start date Start date
L

Luigi

Hi all,
I have an ASP.NET 2.0 page with several dropdownlist on it.
I have only one ObjectDataSource that uses a view to select data.
This view is ordered for one filed - that fits good for one ddl - but not
for the other combo.
How can I set on order (alphabetical) for the others ddl's also?

Thanks in advance.
 
Eliyahu Goldin said:
There will have to be a separate datasource for every separate sorting.

Ah, it's not a good news.
It would be better to have a control property to set, but there isn't.
Thanks Eliyahu.

Luigi
 
Back
Top