Click here to Skip to main content
15,910,083 members

Hi see this if this helps you,
http://forums.asp.net/t/1562409.aspx[^]
 
Share this answer
 
i just use ajax Combobox

]]>

in body

<cv:combobox id="combo1" runat="server" autocompletemode="SuggestAppend" skinid="City" xmlns:cv="#unknown">

in code behind

combo1.DataSource=dt;
combo1.DataBind();
 
Share this answer
 

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