Posted on: 3/11/2015 9:25:10 AM | Views : 641

I have Jquery tabs where in both tabs i need to have same textbox and AutoComplete Extender attached to both ,
Text box id is same in both tabs only AutoComplete Extender Service Method Differs.

<div id="ClmICdtabs" style ="vertical-align:top; border: 0em; width:100%;padding:0;"> <ul id="ClmSubtabs"> <li><a href="#dtabs-9" style="font-size: small;">A</a></li> <li><a href="#dtabs-10" style="font-size: small;">B</a></li> </ul> <div id="dtabs-9" class="claims-tab"> <asp:textbox id="txtA" style="text-transform:uppercase;" onKeyPress="return disableEnterKey(event)" AccessKey ="A" CssClass="Fieldstyle txtACss" Width="50px" Height="15px" runat="server" maxlength="8" text ...

Go to the complete details ...