In this post we will discuss how we can install AjaxControlToolkit through Nuget. Also you can check out my previous post on:
- Show confirmation message in gridview for delete in Asp.net
- Sql Server 2008 joins tutorial
- Sequence in SQL Server 2012
We can install AjaxControlToolkit through Nuget Package Manager Console as well as through the Manage NuGet Packages dialog.
- Install through Nuget Package Manager Console:
For this Go to Tools -> Library Package Manager -> Then click on Package Manager Console as shown in the fig below:
This will open the Package Manager Console, there type Install-Package AjaxControlToolkit and click on Enter as shown in the fig below:
- Install through Manage NuGet Packages dialog:
For this go to WebSite -> Manage NuGet Packages...
This will open the dialog box, Search in the dialogbox for AjaxControlToolkt and once found click on Install as shown in the fig below:
- Show confirmation message in gridview for delete in Asp.net
- Sql Server 2008 joins tutorial
- Sequence in SQL Server 2012
We can install AjaxControlToolkit through Nuget Package Manager Console as well as through the Manage NuGet Packages dialog.
- Install through Nuget Package Manager Console:
For this Go to Tools -> Library Package Manager -> Then click on Package Manager Console as shown in the fig below:
This will open the Package Manager Console, there type Install-Package AjaxControlToolkit and click on Enter as shown in the fig below:
- Install through Manage NuGet Packages dialog:
For this go to WebSite -> Manage NuGet Packages...
This will open the dialog box, Search in the dialogbox for AjaxControlToolkt and once found click on Install as shown in the fig below: