Add Windows Control Library Project into Asp.Net Web Project ?

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?
 
G

Guest

i have another question about my project.
i need to pass parameters to Windows Control Library from aspx page that i
put my user control within <object> tag.
how can i do this?
i need help
thanks
 

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