Posted on: 2/1/2014 9:30:31 PM | Views : 531

hello frnd 
i am using a text box with a javascript 
and when i am using textbox in the tabcontainer this code is not working and when i am using this code outside of tabcontainer its working fine tell me please where i am wrong its very urgent guys
<html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title></title> </head> <body> <form id="form1" runat="server"> <div> <asp:ScriptManager ID="ScriptManager1" runat="server"> </asp:ScriptManager> <asp:UpdatePanel ID="UpdatePanel1" runat="server"> <ContentTemplate> <cc1:TabContainer ID="TabContainer1" runat="server" ActiveTabIndex="0" Height="219px" Width="309px"> ...

Go to the complete details ...