Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

Unable to add ajax Control toolkit in my webPart

  Asked By: Tejaswani Sastri         Date: May 31, 2009      Category: Sharepoint      Views: 470
 

I have an webPart where i am using Ajax Control Toolkit TabContainer . But when i am adding this in my page the webpart is not showing. If i remove tab Container and tabPanel tags then other control which are part of the Tab panel is showing.

Can u give any solution for this.

Tagged:                  

 

3 Answers Found

 
Answer #1       Answered By: Jude Alston          Answered On: May 31, 2009       

hope u have configured ajax  properly... does a simple ajax control  working in your web part  apart from ajaxtabs?

 
Answer #2       Answered By: Araceli Eaton          Answered On: May 31, 2009       

Are you sure AJAX entries are configured propery in your web.config file. You can use this feature from codeplex to create web.config entries in your weba-pplication's web.config file related to AJAX:

http://www.codeplex.com/features

Ajax.Config Feature
This Feature use a custom Feature Event Receiver to update the Web.config. This one can set up all the configuration to use Microsoft ASP.NET AJAX 1.0 into SharePoint Sites.

 
Answer #3       Answered By: Nisarg Kapadia          Answered On: May 31, 2009       

upgrade the web.config for ajax  and put the necessary dll in bin folder

 
Didn't find what you were looking for? Find more on Unable to add ajax Control toolkit in my webPart Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].