| Author: Arun Jacob 30 Nov 2008 | Member Level: Gold | Rating:  Points: 1 |
Explain your requirement some more so that we can give you solution if possible.
:-)
Arun Jacob http://codepronet.blogspot.com/
|
| Author: pinumalla prashant 30 Nov 2008 | Member Level: Gold | Rating:  Points: 2 |
you can get url like this
Request.Url property
regards, prashant centre for good governance hyderabad
Best of Luck........ Regards, Pinumalla Prashant, System Designer, Centre for Good Governance, Jubilee hills.
|
| Author: saravanan 30 Nov 2008 | Member Level: Silver | Rating:  Points: 6 |
Hi, in asp.net on form authentication, we will specify the system.web> <authentication mode="Forms"> <forms loginUrl="Login.aspx" protection="All" timeout="30" name=".ASPXAUTH" path="/" requireSSL="false" slidingExpiration="true" defaultUrl="default.aspx" cookieless="UseDeviceProfile" enableCrossAppRedirects="false" /> </authentication> </system.web> default url, which will take you to the corresponding page if you succed the login, else you will be taken to the login page for re authenticate. i hope you are talking about this.
if not, please give your requirement in detail, so that anyone here can help you.
thanks
|