Click here to Skip to main content
15,887,135 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Can anyone tell me
Is it possible to call an aspx page in a modal popup window.

i need to show an aspx page in the modal popup window.

Thanks in advance
Posted
Comments
Dhanamanikandan 15-Apr-12 14:29pm    
jquery modal popup?
Anup kumar(MCA) 15-Apr-12 14:30pm    
can you tell your actual requirement (like you want to show same page or other)

Try this code
XML
<div id="dialog">
<iframe src="page.aspx"></iframe>
</div>
...
$( "#dialog" ).dialog({modal:true });
 
Share this answer
 
Please have a look can we do aspx page like modalpopupextender[^]

Hope it helps :)
 
Share this answer
 

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