Hi
A message defined in EmptyMessage property doesn't show if the list is not empty.
How can I define a "Please select ..." type of message ?
I don't want to enable LoadOnDemand.
I also tried to add a "Please select ..." text with an emtpy string key within the OnDataBound event handler to the list,
but the problem with this was that the RequiredFieldValidator control did not handle this properly.
Thanks.
A message defined in EmptyMessage property doesn't show if the list is not empty.
How can I define a "Please select ..." type of message ?
I don't want to enable LoadOnDemand.
I also tried to add a "Please select ..." text with an emtpy string key within the OnDataBound event handler to the list,
but the problem with this was that the RequiredFieldValidator control did not handle this properly.
Thanks.