Login Control Not working in IE8, works in Chrome and Firefox no prob

Last post 07-04-2009 2:49 PM by abdelnaby. 1 replies.

Sort Posts:

  • Login Control Not working in IE8, works in Chrome and Firefox no prob

    07-04-2009, 11:38 AM
    • Member
      point Member
    • brett7654321
    • Member since 06-20-2009, 8:32 PM
    • Posts 3

    Login Control Not working in IE8, works in Chrome and Firefox no problem.


    I'm not sure if it is just my laptop or if it some bug with IE8, Can someone try my login on their computer, in IE8? I don't know why clicking the Login button doesn't do anything in IE8 but works perfect in Chrome and Firefox.


    http://www.chiquebulletin.com/Login.aspx


    Just enter anything for username (ex. testname) and password (ex. test) and click login. Nothing happens in IE8, but in Firefox or Chrome, you will get unsucessful login. Any ideas?

  • Re: Login Control Not working in IE8, works in Chrome and Firefox no prob

    07-04-2009, 2:49 PM
    Answer
    • Member
      40 point Member
    • abdelnaby
    • Member since 07-02-2009, 9:07 AM
    • Posts 8

     Dont Use Login COntrol

    use code like this

        If Membership.ValidateUser(TxtUserName.Text, TxtPassword.Text) Then

    FormsAuthentication.RedirectFromLoginPage(TxtUserName.Text, False)

    endif


        

    Mohamed Abdel Naby
    Senior asp.net developer
    Egypt
Page 1 of 1 (2 items)