Currently in register page and providing login details to login on keypress enter
-
Hi, To all I need the functionality just like in code project how it is for example, before login in the code project just click on register page it transfers to the register page lying on the same page provide emailid and password to login to the code project it is logging.Please anyone help me Thanks & Regards, K. Amarnath
-
Hi, To all I need the functionality just like in code project how it is for example, before login in the code project just click on register page it transfers to the register page lying on the same page provide emailid and password to login to the code project it is logging.Please anyone help me Thanks & Regards, K. Amarnath
If you are using forms authentication try this links default url is the word you are looking for...! http://msdn.microsoft.com/en-us/library/system.web.security.formsauthentication.defaulturl.aspx[^] If you are Not using forms authentication use Query string i.e. pass the last visited page in the query string so after registering with the help of Request.QueryString[""] You can rediredt to the last visited page I didnt try this code but try this code..
string prevurl = Request.UrlReferrer.AbsoluteUri;
LatestArticle :Log4Net Why Do Some People Forget To Mark as Answer .If It Helps.