Hi,
In my web site (ASP .Net FW 4.0), I am using Listbox. I have to select list item dynamically and do not want to allow users to select item (Like Read Only)... But if I make Listbox enable-false, still user can click other ListBox items and if
I disable list view, by adding attribute disabled-true, then the selected item does not highlights.
How can I highlight dynamically selected list-item in a disabled List box. Kindly advise.
Thanks in Advance.
Amit Lohakare