Hi,pls help me,my problem is i am used Ajax control 3.5 in VS 2008 bt when i am adding some control in webpage then smart tag did'nt come.
Thanks
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
omkar mhaiskarPosted Apr 27, 2011, 7:34 AM
to get the smart tags you have to register the AjaxControlToolkit assembly on any web page where you want to use them like so: <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %> This statement should go below the page declaration statement (top of web page). That will give you the smart tags. Note: Whatever you set as the "TagPrefix" needs to be used as the prefix to any toolkit control:
or still you have the problem.
Follow this links:-
1) http://blogs.msdn.com/b/webdevtools/archive/2009/05/26/using-microsoft-ajax-control-toolkit-with-visual-studio-10-beta-1.aspx
2)http://weblogs.asp.net/scottgu/archive/2007/08/19/using-asp-net-ajax-control-extenders-in-vs-2008.aspx
Thanks And Regards
Omkar
Dinkar ChavhanPosted Apr 27, 2011, 2:48 AM
Ankit NandekarPosted Apr 27, 2011, 2:35 AM
Mayur GujrathiPosted Apr 27, 2011, 2:31 AM
Shalini JunejaPosted Apr 27, 2011, 2:22 AM
"http://www.codeproject.com/KB/aspnet/aspnetajaxtesting.aspx"
check out the above link it will help you for your problem