Ghazala:
At lease , you need a login page (for example , login.aspx)
You could write the navigation code as :
- 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
- in the login.aspx , if the user logon OK , then redirect to the default.aspx
That's all .
Hope this helps
Regards , Terry .