-1

Is it possible to set the direction that an asp:DropDownList appears on a page (e.g. up or down) in a code-behind/with javascript irrespective of how a browser will render it?

StuperUser
  • 10,555
  • 13
  • 78
  • 137

1 Answers1

1

No, you can't manipulate it's behaviour, but you can emulate dropdown lists with javascript, likely with a framework (jQuery, ExtJS, etc.).

erenon
  • 18,838
  • 2
  • 61
  • 93