Is it possible to embed an ASPX page into an ASCX control?
+3
A:
No.
That would be a bit like building a car into the passenger seat.
-- Edit:
To be clear, you could potentially consider various ways of grabbing the content (such as actually requesting it) and then including it in your ASCX control, but it would, in general, but a quite "backwards" approach. What are you trying to do?
Noon Silk
2010-07-22 09:22:07
LMAO. That made my day. Anyway, that's how you say, you can't.
Matteo Mosca
2010-07-22 09:23:08
I want to integrate of an aspx page into an aspx page at a specific region
uhu
2010-07-22 09:25:56
@uhu: Right, that isn't any more detail than you initially provided. The typical approach here would be to make the page you want to integrate itself a UserControl, and then embed it.
Noon Silk
2010-07-22 09:43:18