Posted on: 5/13/2014 5:15:54 AM | Views : 253

Hai ,
I'm Using Ajax Auto Complete Control using Sql server
my code is:
aspx:
 <table>             <tr>                 <td>                     <asp:Label ID="lbllStateName" runat="server" Text="StateName"></asp:Label>                 </td>                 <td>                     <asp:TextBox runat="server" ID="txtStateName"></asp:TextBox>   ...

Go to the complete details ...