answersLogoWhite

0

Scrollable dropdown list in asp.net

Updated: 8/17/2019
User Avatar

Wiki User

15y ago

Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: Scrollable dropdown list in asp.net
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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 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...


How do you decrease height of dropdown list in aspnet?

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.


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

not posiible


What is a list box?

A list box is a GUI element that allows user to select an item (or multiple items) from a list contained in a multiple line text box (usually scrollable). It is similar to a drop-down list but is permanently expanded.


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.


In excell can I create a dropdown menu within a dropdown menu?

no


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.


Where can one find information on aspnet?

Information about ASPNET can be found on the ASPNET website. Anything one needs to know about using this application framework for web development purposes can be found there.


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.


How do you define tab dropdown on java script?

It would be better if you do tabs with dropdown using CSS. Javascript can be easily disabled.