Click here to Skip to main content
15,901,666 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi How to include html page to any aspx page on runtime. Just like when you upload your resume to monster. timesjob and the resume is shown as included as fixed size area.
Posted
Comments
[no name] 25-Dec-12 5:31am    
Elaborate your issue...
Dharmendra-18 25-Dec-12 5:42am    
i have upload one file from upload control and the uploading time this file is convert into html file and want to redirect next page with this file view on the particular area.

1 solution

Sounds like you are talking of an iframe.

Have a look at these:
IFrame[^]
IFRAME Element | iframe Object[^]
 
Share this answer
 
Comments
Dharmendra-18 25-Dec-12 6:22am    
Iframe works on static fix way but on dynamically what i do
Sandeep Mewara 25-Dec-12 6:30am    
You can define iFrame content at runtime too like other controls.
Like:
iframe.attribute("src")="../SomePage.aspx"
Dharmendra-18 25-Dec-12 23:01pm    
ya this is working thanks allot.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900