Click here to Skip to main content
15,895,777 members
Please Sign up or sign in to vote.
1.00/5 (4 votes)
ASP.NET
<asp:TextBox ID="TxtCode" runat="server" MaxLength="10"
CssClass="StyleTextForm" Width="285px" Height="26px" >
<asp:AutoCompleteExtender ID="TxtCode_AutoCompleteExtender" runat="server" 
                        CompletionListCssClass="StyleTextForm" DelimiterCharacters="; ," Enabled="True" 
                        MinimumPrefixLength="1" onclientitemselected="OnContactSelected" 
                        ServiceMethod="GetName" ServicePath="WebService.asmx" TargetControlID="TxtCode">
Posted
Updated 8-Jul-12 11:30am
v2
Comments
Sergey Alexandrovich Kryukov 8-Jul-12 14:05pm    
And..?
--SA

1 solution

 
Share this answer
 
Comments
Dheeraj Kumar Pentela 11-Jul-12 7:50am    
i asking like combogrid

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