G
Guest
Hi everyone,
I developed a Windows Control Library Project and build an assembly named
graph.dll.
I add this project into an ASP.NET Web Project using "Add existing project"
and then add a new aspx page named "Graph.aspx" and into html of this aspx
page write this code block :
<body>
<object id="UserControl1" classid="Graph.dll#Graph.UserControl1" width="940"
height="540">
</object>
</body>
i compile the project and run this page, Graph.aspx
but i cannot view the user control in IE.
i dont know what is the problem?
can anybody help me about this problem?
I developed a Windows Control Library Project and build an assembly named
graph.dll.
I add this project into an ASP.NET Web Project using "Add existing project"
and then add a new aspx page named "Graph.aspx" and into html of this aspx
page write this code block :
<body>
<object id="UserControl1" classid="Graph.dll#Graph.UserControl1" width="940"
height="540">
</object>
</body>
i compile the project and run this page, Graph.aspx
but i cannot view the user control in IE.
i dont know what is the problem?
can anybody help me about this problem?