I am using c# to create user control , i build the myControll.dll.
But how can i embed this on a web page ? I am not using Asp.net.
I tried the following
<OBJECT id="myControll" name="myControll.dll#myControll.userControl" >
</OBJECT>
How can i achieve this ?
Thanks,
Some people recommend COM attribute or check 2 boxes in project setting. I am not understand why (I test it of despair).
caspol may be help.
http://msdn.microsoft.com/en-us/library/cb6t8dtz(v=vs.100).aspx
Sorry for my English!