<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="aLWAYSvISIBLE.WebForm1" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp"%>
I added a refereance of the ajax control toolkit. But none of the control get into the designer page. When I drag and drop the control on designer page none of the control get into that page. I added a ajax control toolkit very well. I am very disgrace with this. It's very urgent. Any help will greatfull and welcome.
Advance thanx
Vishal GilbilePosted Apr 19, 2013, 1:33 AM
Try doing the following steps. I'm assuming that your ajax toolkit dll is on desktop.
Step1: In Visual Studio 2010 or any version go to toolbox
2. Come to General Category inside toolbox. Right click on the tool box and click Add Tab Option from the context menu.
3. Specify the name of the Tab as Ajax Toolkit
4. Right click on the newly created tab i.e. Ajax Toolkit and select Choose Item from the options of context menu.
5. Choose Toolbox Items Dialog box will open, ensure .Net Framework Components tab is selected at the right down corner you will find Browse Button.
6. Select the Ajax Toolkit dll from the Browse Button which is in our case on Desktop.
7.and click ok. you'll find your controls are added inside Ajax Toolkit Tab which we created.
8. Finally just drag and drop the controls on the page.
Hope that helps you.
NaiduPosted Apr 19, 2013, 1:27 AM
you should follow the below steps while adding ajax control
1)First add the ajax assembles to your project .
2)Add ajax control under toolbox.
3)Register ajax assembly in your page means where you use ajax control and also added
i hope this will help you.