R
rperreta
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
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