c# - ASP dropdownlist city selector -
I have an Asp dropdown list filled with cities / countries & lt; Asp: ListItem value = "Mia" & gt; Miami, Florida & lt; / Asp: ListItem & gt;
I am sure they are loaded directly into the code
Ajax to start typing a user and show similar matching options below from a dropdown list. Likes to expand control with. Is it possible to control and use hard coded values? Thanks! The behavior described by you is usually achieved by increasing the text box control rather than the dropdown list.
There are many useful tutorials in Microsoft; Try this one: for a start.
Comments
Post a Comment