Wednesday, March 21, 2012

ASP AJAX Control toolkit tags showing up differently

I just installed ASP AJAX Control toolkit into my Visual Studio 2005. When I access the control tool and drag and drop it into my web page, it shows up with a <cc1...> tag instead of a <ajaxToolkit>... tag. The control does not show up in my web page.

Any ideas how to fix it.

Thanks,

Praveen

Its just a option that can be done. It allows for a declaration of the Ajax control. You can change it if you want by going to the top of the page where the assebly is first called which gives you the ability to make cc1 anything you wish. I am just wondering why would you want to change? What is the need to have <ajaxtoolkit> instead of cc1.

It won't make much of a difference and you shall still know that these are ajax extensions.


I thought that the tag being something other than <ajaxtoolkit> was the reason why my web page ignored all the stuff I put in there for making that particular control work. Perhaps I am wrong and the reason why my ajax controls did not work is something else?

Praveen


Thanks Cheetahtech for the solution.

Praveen


so do your ajax controls work?

No comments:

Post a Comment