Customise asp:DropDownList

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

In HTML you can add a 'title' tag into <select> <option title="..."
value...etc>.

I have a asp:DropDownList which is bound to a DataTable. Is there a way I
can set the title attribute for each <option>?

Looked into the DataBinding function but could not see a way to reference
the option's.

Help on this would be great thanks.

Thanks
Gav
 
Please ignore this question, I found a solution... if anyone is interested in
the solution please see an earlier post:

Subject 'Cut off SELECT'
Dated '2/27/2007'

Regards
Gav
 
Back
Top