Hi all,
I need to populate mutilpe values into the multiple list text box and select the required values from the textbox and pass it for further functions.
<select name="options" size=4 multiple>
<option><%=value%></option>
</select>The problem is that the width of the textbox varies according to the length of the value populated into it. I need to fix the width of the textbox for the sake of good presentation.
Could you help on this
Thanks