I have a masterpage with a login link and would like the modalpopup window to show up with the login control when the login link is clicked.
If I follow the sample I would have to put the “login modalpopup window code” into the masterpage html code.
Is there a way where I can have a login.aspx page and when I click on the login link on the masterpage the modalpopup window would show up with the login.aspx content displayed inside it?
So that each modalpopup window would have its own html or aspx page. If I use the approach show in the sample the code becomes messy and hard to maintain.