1

total newbie to AJAX, I got the NuGET an I found the Ajax Control Toolkit
7.1213.0

I ran this PM> Install-Package AjaxControlToolkit It said successful at the end. There is nothing to add if I right click a TAB in the toolbox and look in the .NET Framework components.

It says The Ajax Control Toolkit contains more than 40 controls, including... Where do I see them and how do I add them to my WEB page? I see an 'AJAX Extensions' tab in my Toolbox which was there already, but there are not 40 controls. Just these Pointer, Scriptmanager, ScriptManagerProxy, Timer, UpdatePanel, UpdatProgress

Are these suppose to be controls I can drag onto my WEB page or how do they work?

R2 Builder
  • 99
  • 3
  • 12

2 Answers2

1

First of all you have to take a look at the sample.

Second, you have to download the AJAX-Control-Toolkit and you will find example projects.

How to add it to ToolBox.

How to add ajaxcontroltoolkit to toolbox in Visual Studio 2012

K Paul
  • 134
  • 10
NoWar
  • 36,338
  • 80
  • 323
  • 498
  • Thank you I also found this YouTube vid>>> https://www.youtube.com/watch?v=tfctpFbZU1o showing that as well, I now have them, But I don't know where to store the AjaxControlToolkit.dll so it not just in "a" project but available always without having to redo this everytime. – R2 Builder Apr 11 '14 at 13:33
  • @R2Builder Just UNZIP downloaded file and you can open solution. Build project and you have all stuff. – NoWar Apr 11 '14 at 13:35
0

You need to add the controls in you tool bar. You can go through this link.

http://weblogs.asp.net/yousefjadallah/archive/2010/04/16/installing-ajax-control-toolkit-4-in-visual-studio-2010.aspx

शेखर
  • 17,412
  • 13
  • 61
  • 117