I saw this question posted on another board over a year ago and didn't get any answer. I'm running into the same problem though and was hoping someone here could answer it. Thanks!...
I have a masterpage with a login link and would like the modalpopup window to show up with a login control when the 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.
I have a masterpage with a login link and would like the modalpopup window to show up with a login control when the 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.