ONYX
ONYX

Reputation: 5859

AJAX for Visual Studio 2010

I download the ajaxcontroltookit.binary4 file from codeplex is there an installer to install ajax 4 for Visual Studio 2010. Could someone give me some links to these things that I need, please

Upvotes: 2

Views: 731

Answers (1)

Hari Menon
Hari Menon

Reputation: 35445

  1. Extract the file to some location, say C:\Ajax
  2. Open VS 2010
  3. Open your toolbox (Go to view --> Toolbox if you can't see it)
  4. Right click inside the toolbox, add new tab, say AJAX Controls toolkit
  5. Open the new tab you created, right click inside it, click choose components
  6. Click browse, and then select the .dll file from C:\Ajax

Upvotes: 1

Related Questions