Login Control?!

Posted on 16th Feb 2014 by admin

I have a Web Site that uses the login control also I have set the destinationurl to the page I want to go to when logged in. I have then gone into the Web Application Admin and created a user.... But when I log in it wont redirect me to the page I want it to go to, it just refreshes my page?! Can anyone point me in the right driection? Sub LoginButton_Click2(ByVal sender As Object, ByVal e As System.EventArgs)"Logged_in.aspx") Response.Redirect(Logged_in.aspx) End Sub This is the code I have on the login button.

Other forums