In this
article I will show you how you can download and install ajax control toolkit
for your asp.net application. This will to install AJAX Control Toolkit in
Visual Studio ToolBox.
Some of my previous articles are as follows:
Some of my previous articles are as follows:
ASP.NET
AJAX Control Toolkit Free Library For ASP.NET WebForms Extensions, Asp.Net
Ajax MaskedEdit With Validation In Asp.Net Using C#, Confirmation
Message With Yes, No Button In Asp.Net Using ConfirmButtonExtender and
ModalPopupExtender, Watermark
In Asp.Net TextBox,
Ajax Call Using UpdatePanel Display Data On Button Click Without Refresh In Asp.Net, C#, Display ModalPopupExtender on Page Load In Asp.Net Using AjaxControlToolkit, C#.Net, Dragable ModalPopupExtender In Asp.Net Using AjaxControlToolkit, CalendarExtender Example With Custom Style By Css Uaing Asp.net and Css.
Ajax Call Using UpdatePanel Display Data On Button Click Without Refresh In Asp.Net, C#, Display ModalPopupExtender on Page Load In Asp.Net Using AjaxControlToolkit, C#.Net, Dragable ModalPopupExtender In Asp.Net Using AjaxControlToolkit, CalendarExtender Example With Custom Style By Css Uaing Asp.net and Css.
Now in this
we will learn the simplest way to add ajaxcontroltoolkit con trolls in toolbox.
For this we will first open the visual studio and go to tools.
Install-Package AjaxControlToolkit
-Version 17.1.1
|
After installation you will get the below output.
Now just check the reference of your project you will get
the ajax control toolkit dll refrence into it.
Now we will create a new tab in ToolBox and drag & drop
the dll into it. After adding it you will be able to see all the
AjaxControlToolKit controls into the table.
Now here is the final output. Happy Ajax.
0 comments:
Please let me know your view