From Which Page
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
I use asp.net to write some pages. I want to know which page come to now page? I know it is possible useing javascipt to do this, but javascipt is client-site script. Do it possible using serice-site to get this information?
I have not understood ur question properly....but what i guess u want to know... is when u go from one page to another how can u get the previous page. If im correct then answer is u can use HttpContext.UrlRefferal this keeps a tract of the previous page. Ketty