You need to download the AjaxControlToolkit Dll.
Create a folder under your root directory with name as Bin
Paste the Dll in the folder.
After that you have to register it like this on the page where you want to use Ajax Controls
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
Thank You.