Winform web control

G

Guest

Someone please help me... I created this Windows Control Library Project and
add some controls to the form. I compiled it to the dll and add the following
line of code to a webpage:

<object id=Uploader height=400 width=400
classid=http:uploadmanager.dll#docuploader#usercontrol1 />

I copied the DLL to the root of the website. Should I change the
application type from Class Library to something else? Is the <obj> tag
wrong?

-rjp
 
G

Guest

correction to <obj> tag

it's actually like this:

<object id=Uploader height=400 width=400
classid=http:uploadmanager.dll#docuploader.usercontrol1 />

but still not working...

thanks
-rjp
 

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