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

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?
 
J

Jeff Johnson

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.
 

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

Top