Dropdown list edit enabled

  • Thread starter Thread starter RA
  • Start date Start date
R

RA

Hi

Is there a control that I can use to show dropdown list and also to give the
user option to enter information to the dropdown list?

Thnaks,
Ron
 
You mean like a combo box in VB? No! Unfortunately, HTML is a bit behind the
times. You could conceivably create a server control that has an other
option that, when selected, opens a text box, but that would be your own
programming effort (deriving a class from the DropDownList would be a good
option). In general, I put a textbox that I JavaScript enable when other is
chosen, as it is easy enough to do and does not require any postbacks.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

**********************************************************************
Think Outside the Box!
**********************************************************************
 
Back
Top