Hi all,
I'm having a particular issue when I'm trying to log in on through a Log in form. Basically when I fill the username and password and click the login button I'm being redirected to my localhost directory.
I've tried several different option including code behind methods (using VB).
Basically I need a method where the Log In button redirects me to the index page.
This is the code; <asp:Button runat="server" CommandName="Login" Text="Log in" />
Many thanks for your kind help, as this is my final project in order to complete my studies.
Regards.
Go to the complete details ...