How to get a reference to Ajax and Web UI in Winforms

  • Thread starter Thread starter Seth Wilson
  • Start date Start date
S

Seth Wilson

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 control toolkit 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?
 
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 control toolkit 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?

I'd recommend you ask in an ASP.NET group, since those folks are more likely
to be familiar with specific DLLs.
 
Back
Top