Click here to Skip to main content
15,891,633 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I did't idea about partial view control ,how i use another page as pop up in page using Partial view control.
Posted
Comments
deepankarbhatnagar 25-Aug-15 3:23am    
Not getting your query please explain.

1 solution

Look at

http://jqueryui.com/dialog/[^]

The div that becomes the pop-up will be rendered from your partial view

<div id="dialog">
    @Html.Partial(....)
</div>
 
Share this answer
 
v2

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