<tester> wrote in message news:...
> Thanks, that works. Now I want to display the list sorted by date, so
> that the most recent date is at the top of the list
There's no built-in way to do that just with the GetFiles method. However,
what you require is easily achieved by adding the results to a generic and
sorting that:
http://blogs.msdn.com/markda/archive...20/580075.aspx
> and automatically selected in the drop down list.
Unless you specify otherwise, the first item in your DropDownList will be
selected by default.
--
Mark Rae
ASP.NET MVP
http://www.markrae.net