Ajax

  • Thread starter Thread starter Arne Garvander
  • Start date Start date
A

Arne Garvander

I just downloaded the February update to the control toolkit.
How do I get these controls unto my Toolbox?
I have VS 2005 and VS 2008 Express.
 
If the installer does not do it for you (forget which do and do not), save
the assembly (DLL) to a directory where you can reference it. Then, open
Visual Studio and right click the toolbox. Choose Add Items and then browse
for the DLL.

It is best if you make your own group for the AJAX Toolbox and add them
there, as you have it set up easier to use. After that, drag and drop onto
the page.

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

Subscribe to my blog
http://gregorybeamer.spaces.live.com/lists/feed.rss

or just read it:
http://gregorybeamer.spaces.live.com/

********************************************
| Think outside the box! |
********************************************
 
1. I compiled the sample control toolkit website
2. I right click on the toolbox, i did 'choose item' and browsed for the
AjaxControlToolkit.dll
The only problem is that I donwloaded both 1.0 and 3.5 version of the toolkit.
I will find out that is a problem.
--
Arne Garvander
(I program VB.Net for fun and C# to get paid.)


Cowboy (Gregory A. Beamer) said:
If the installer does not do it for you (forget which do and do not), save
the assembly (DLL) to a directory where you can reference it. Then, open
Visual Studio and right click the toolbox. Choose Add Items and then browse
for the DLL.

It is best if you make your own group for the AJAX Toolbox and add them
there, as you have it set up easier to use. After that, drag and drop onto
the page.

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

Subscribe to my blog
http://gregorybeamer.spaces.live.com/lists/feed.rss

or just read it:
http://gregorybeamer.spaces.live.com/

********************************************
| Think outside the box! |
********************************************
 
It can be an issue if you try to use both in the same project, as you end up
with namespace clashes. You can get around that by compiling one set to
another name and explicitly calling things, but you would be better not to
do that.

Within a single project, it should not be a problem, as long as you do not
try to run both in the same project.

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

Subscribe to my blog
http://gregorybeamer.spaces.live.com/lists/feed.rss

or just read it:
http://gregorybeamer.spaces.live.com/

********************************************
| Think outside the box! |
********************************************
Arne Garvander said:
1. I compiled the sample control toolkit website
2. I right click on the toolbox, i did 'choose item' and browsed for the
AjaxControlToolkit.dll
The only problem is that I donwloaded both 1.0 and 3.5 version of the
toolkit.
I will find out that is a problem.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

3.5 Ajax Toolkit 1
VS 2008 errors in Win7 4
AJAX Control Toolkit 3
Problem Install Ajax Control Toolkit 3.5 2
AJAX 1
AJAx controls not working on win2k8 r2 64 bit 1
AJAX Toolkit 12
ToolKit for VS2008 - where is it?? 3

Back
Top