Question

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?

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top