So what I'm trying to accomplish is making the Login Control look different on different parts of the site.
Example: User is on the "Business Center" portion of the site, I would like a login control that says:
Business Users Login
Username [...............]
Password [...............]
New Business user? Register here.
Then I would like to use the login control on a different part of the site, say for Education Partners. Example:
Education Partners Login
Username [...............]
Password [...............]
New Education Partner? Register here.
I was thinking I could create two containers, one for business login and one for education partner login which would have the actual text "Business Partner Login" or "Education Partner" respectively, and then use those containers and drop in the login control which would contain just the user entry portion. Is this an acceptable solution? Any other ideas?
This would also mean I would have to modify the "look and feel" of the login control, correct?
Thanks in advance!!