Ajaxcontroltoolkit not working in visual studio 2010 professional

Posted by Aloktiwari588-19868 under ASP.NET AJAX on 12/19/2012 | Points: 10 | Views : 9998 | Status : [Member] | Replies : 3
I am trying to drag and drop collapsible extender control from toolbox on .aspx page but it's unable to drag and neither it is appearing on page by double clicking on control
so, please tell me the reason why it's happening

Alok Tiwari


Responses

Posted by: Prabu_Spark on: 12/19/2012 [Member] Starter | Points: 25

Up
0
Down
Hi,
You have to register that assembly in your application, by adding the below lines in design mode.

<%@ Register assembly="AjaxControlToolkit" namespace="AjaxControlToolkit" tagprefix="ajax" %>

Other Solution:
-----------------------

Right click your project ---> Add Reference -------------> Click Browse Tab ------------> Click Browse button----> select ajax control toolkit.dll



With regards,
J.Prabu.
[Email:prbspark@gmail.com]

Aloktiwari588-19868, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: aswinialuri-19361 on: 12/19/2012 [Member] Starter | Points: 25

Up
0
Down
Hi

What Iam saying is in Ajax extender controls cannot drag it means if you need means you will take a text box and add an extender to that particular textbox ithink it will help you and other controls will drag but only extender controls you cannot drag.

Thanks& regards
Aswini Aluri








Mark as Answer if it helps you
Thanks&Regards
Aswini Aluri

Aloktiwari588-19868, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Ankitsrist on: 12/20/2012 [Member] Starter | Points: 25

Up
0
Down
hello frnd....have u downloaded .msi file if not download it run it....then in ajax extension folder which creates afterwards browse it and then add .dll file....and then to see either it is working or not create new ajax enabled website...add script manager it is compulsory to do so if not there....then add one textbox and attach ajax calendar control run it and then tell me it is working or not.....
"mark if it helps u"

Aloktiwari588-19868, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response