Thank you very much JIM:) for your reply, that really woked fine, but i got stucked again..
when i click signup button from login.aspx page (as start page), which was configured in web.config as
loginUrl = "login.aspx", went successfully to destination page i.e signup.aspx file. Know i want to go to
default.aspx page when i click the signup button from signup.aspx page file. I tried using Server.Transfer("default.aspx")
but not successful coz it went to login page, instead of default.aspx page.
I am sure you will have a solution
Abdul Ghaffar
|