View Single Post
  #1 (permalink)  
Old 06-23-2009, 8:49 PM
elmowatson elmowatson is offline
VB.NET Forum Newbie
.NET Framework: .NET 2.0
 
Join Date: Jun 2007
Posts: 4
Reputation: 0
elmowatson is on a distinguished programming path ahead
Default How to get a reference to Ajax

I am using a PropertyGrid control. There are two things I need to be able to do.
1. I need to be able to access Ajax controltoolkit components and populate the propertygrid with the properties from the Ajax control toolkit.
2. I need to be able to do the same with WebUI components.

The basic part, populating the propertygrid with a control, I understand how to do - -

What I don't know is what to import or how to access what dll (for the Ajax Control Toolkit and the Web UI controls), in my Winforms project to be able to do this.

Can anyone give me a little help here, please?
Reply With Quote