i want to know whether can we able to separate a control from ajax control toolkit, so that we don't want to import all the controls from ajax control toolkit for the use of single control.pls help.
I think, all the controls are inside a single assembly called AjaxControlToolkit.dll - So when you add this dll - all the controls will be added at once.
As each control is not inside separate dll, we can't import selectively, in my opinion.