Re: How can directly login in the room

  •  11-25-2004, 11:30 AM

    Re: How can directly login in the room

    Ghazala:

    At lease , you need a login page (for example , login.aspx)

    You could write the navigation code as :

    1. When the user navigate to the default.aspx , if the user is logon , then redirect to CuteChat/ChatRoom.Aspx?RoomId=1 , else , redirect to login.aspx
    2. in the login.aspx  , if the user logon OK , then redirect to the default.aspx
    That's all .

    Hope this helps
    Regards , Terry .
View Complete Thread