Hi guys!
Sorry, dumb question:
How can I show a lightbox automatically when the page loads?
I have a login form that I would like to pop up after the page "login.aspx" is loaded ... all I get is an empty page ....
"<asp:LoginView ID="LoginView1" runat="server">
<AnonymousTemplate>
<asp:Login ID="Login1" runat="server">"
How can I achieve that?
Thanks in advance for your help
Tom