Hi all, I am new in ASP .net2 development
I made an activeX control and put its dll in the same folder with the corresponding page, and i added that code in the page to add that control:
<object id="NetworkControl" name="NetworkControl" classid="Control.dll#Control.UserControl1" width = 366 height =178></object>
the first time I run the application , the control appeared on the form accurately , If i tried to run it again it doesn't appear .
What can I do ?