if i refresh my page in asp.net then page will goto home page
ASP.NET
3
Posts
3
Posters
0
Views
1
Watching
-
in my project if i refresh any page then home page will be coming what i have to do for current page
Make sure that the link in the address bar points to your current page. If you have done something like a Server.Transfer to get to the current page, then the link will show the old value.
the last thing I want to see is some pasty-faced geek with skin so pale that it's almost translucent trying to bump parts with a partner - John Simmons / outlaw programmer
Deja View - the feeling that you've seen this post before. -
in my project if i refresh any page then home page will be coming what i have to do for current page
May be you are using iframe in your pages, which is having the Home page set as default page. just check it out.
Srini