answersLogoWhite

0

You can refer the following code to decrease the height of a DropDownList.


Also you can use CSS style sheet or Theme option to make align the HTML elements easily.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

How can you limit the size of dropdown list using aspnet if there is 20 items and you want to view only ten items rest is viewed by scrolling?

In Dropdown list, you can see one item at a time only. If you are asking how to limit the number of drop down rows to 10, you can't. The ASP .NET DropDownList renders as an HTML Select and it displays all items when the dropdown button is clicked. However, if you are talking about list box then , Increase or Decrease the height of the listbox so that it shows more or less items... Use stylesheets...


Is it possible to call a stored procedure from java script function and populate an aspnet dropdown list HTML control using the value returned by the SP?

No, a stored procedure can not be called from Javascript. A dropdown list however can be populated using a stored procedure.


How do I put a dropdown list inside a prompt box using Javascript?

not posiible


Which item displays as a dropdown but does not allow for the enduser to edit the choice selection?

List Box


How do you control a aspnet page where only users can access?

You can control an ASPnet page to where only users can access it by going to the white list. This regulates the access to only users assigned by the administrator.


Where can you see the list of the 2009 Emmy Awards winners?

You can get them here - http://www.emmys.com/nominations Use the dropdown to select the categories.


What is Peyton List height?

Her height is 5'3.


How do you remove minecraft forge in the new minecraft launcher?

If you've created a new profile for Forge, all you need to do is change to your username in the dropdown list.


Where is the section 8 list open now in chicago height?

where in Chicago height is the section 8 list open


List some adverse affect of unemployment?

* Unhappy people * Decrease in human resource leading to a decrease in production * Decrease in spending


How do you add calendar control in dropdownlist using aspnet?

To add a calendar control in a dropdown list using ASP.NET, you can use a DropDownList control in combination with a Calendar control. First, create the DropDownList in your ASPX page and populate it with items. Then, add a Calendar control to the page and set its visibility to false by default. In the SelectedIndexChanged event of the DropDownList, check for a specific selection that should trigger the calendar to display, and set its visibility to true, allowing users to pick a date.


Explain any two advantages using Single linked list over Doubly linked list and vice-versa?

Advantages of single linked list: # Decrease in storage space per linked list node # Simpler implementation Advantages of double linked list # Decrease in work when accessing a random node # Decrease in work when inserting or deleting a node