Click here to Skip to main content
15,740,731 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi... already i install ajax tool kit , but if i use ajax tool kit in ajax tab control it's coming like this
XML
<asp:TabContainer ID="TabContainer1" runat="server">
                                   </asp:TabContainer>

it's not coming <ajax:TabContainer ID="TabContainer1" runat="server" > so ple help me where i done mi stack
Posted

1 solution

Add the Ajax Control Toolkit to your Visual Studio Toolbox.

Also you can refer below link:
http://www.asp.net/ajaxlibrary/act.ashx[^]
 
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