I am trying to populate some values in a dropdown on page load. But when the page is running in browser, it is showing a listbox.
Response.Write "<BR><BR><SELECT Class='" & SELECTCLASS & "' size=1 id=isinfilter name=isinfilterDD width=""305px"" style=""{width:305px}"">"
How can we change the above to display a dropdown?
I am using Visual Interdev 6.0
Thanks
Start Free Trial