Hi,
I agree with the member above.
Firstly, please make sure you have added a reference to AjaxControlToolkit.dll in your project and then you can try to register it in you page with directive to see if it works.
For example:
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
I hope this helps.
Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.