How to put a web page as a web control

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I have a page called control.aspx and another called general.aspx

I would like to know, if its possible put the control.aspx inside
general.aspx as a control dinamically by code.
 
You would have to convert control.aspx into an ASCX usercontrol, which is not
very difficult.
Peter
 

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

Back
Top