Click here to Skip to main content
15,891,828 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I m new in .net developing i want dropdown like................
visit http://www.justdial.com or http://www.smarthelpline.com in dropdown of city.......
Pls anybody khow rpl me its urgent.......
Posted
Updated 12-May-11 19:25pm
v5
Comments
ZeeroC00l 13-May-11 0:58am    
You mean to say an auto suggestion Dropdown list ?
Mr.TMG 1-Sep-13 1:50am    
Are you filtering results from a database? I would just search the DB everytime the cmbox text changes {WHERE Column LIKE('%' + @SearchCriteria + '%')}
Mayur Vadalita 13-May-11 1:00am    
no just visit www.justdial.com and see in it city dropdown its like alphabate filtering.
ZeeroC00l 13-May-11 1:02am    
http://www.codeproject.com/KB/scripting/jsactb.aspx

Take a look at this.. You talking about something similar right ?
Mayur Vadalita 13-May-11 1:07am    
no i hv already implemented autosuggest just i want alphabates ....

hv u visited www.justdial.com........???

Hi Mayur Vadalita,
I recommend you to try third party custom controls like 'infragisitic' or dev-express, if you are ready to afford its cost. By this you can achieve your requirement very easily.

As an alternate try building a custom control
 
Share this answer
 
 
Share this answer
 
Comments
ZeeroC00l 13-May-11 1:05am    
My +5 for that Link :)
Abhinav S 13-May-11 1:17am    
Thanks.
Mayur Vadalita 13-May-11 1:12am    
u hv to visit www.justdial.com.
just see it, its a better not only dropdown.
Mayur Vadalita 13-May-11 1:21am    
@Abhinav: its not the solution....u hv to see www.justdial.com or www.smarthelpline.com..............
You have to develop a User control or a custom control based on your need/design. Better would be a custom control.

ASP.NET does not provide this feature in dropdownlist. Thus having a textbox, an image and a listbox/div in one control can be used to look like a custom dropdown.
For start reference, use this:
Multiselect Dropdown for Web Applications[^]
 
Share this answer
 
Comments
Mayur Vadalita 13-May-11 1:30am    
but what code should i write if client click on any alphabates so user can get only that suffix named city list.......
You can Teleric control

It is a third party control
If you can this control you can easily seacrh and low weight control also

Refer this link for teleric drop down
http://demos.telerik.com/aspnet-ajax/combobox/examples/functionality/filteringcombo/defaultcs.aspx[^]
 
Share this answer
 
v2
Comments
Mr.TMG 1-Sep-13 1:44am    
Nice Link.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900