I have a dropdown of dates which is a controlparameter(@Provider_Date) used in a sqldatasource query.
WHERE (convert(varchar,Provider_Day.Provider_Date,103) = convert(varchar,@Provider_Date,103).
The trouble I am having is to craft the dropdown of dates(sorted by date,today plus 10 days...