Hej
-
Can any body help me ? I need to make a Back button , but the back button shuldt go back to that page where user com from. I have a page called Index and you klick next and now you are in Index1.aspx. In Index1.aspx need i to make a button who response to that page where user com from in this case Index.aspx. I know i can do with response.Redierect(Index.aspx) but i want that automatisk. I hope you have time to help me. Sorry my english.
-
Can any body help me ? I need to make a Back button , but the back button shuldt go back to that page where user com from. I have a page called Index and you klick next and now you are in Index1.aspx. In Index1.aspx need i to make a button who response to that page where user com from in this case Index.aspx. I know i can do with response.Redierect(Index.aspx) but i want that automatisk. I hope you have time to help me. Sorry my english.
Hello, With the next call you go back to the previous url. Response.Redirect(Request.UrlReferrer); Greetings, Marco
-
Hello, With the next call you go back to the previous url. Response.Redirect(Request.UrlReferrer); Greetings, Marco
Response.Redirect(Request.UrlReferrer); Sorry but when i do this is nothing happin ? thank you very much
-
Response.Redirect(Request.UrlReferrer); Sorry but when i do this is nothing happin ? thank you very much
-
yes her is som code hope u can help me protected void btnBak_Click(object sender, EventArgs e) { Response.Redirect(Request.UrlReferrer); I try this to Response.Redirect(Request.UrlReferrer.OriginalString); And this Response.Redirect(Request.UrlReferrer.OriginalString); } but they don't work
-
Can any body help me ? I need to make a Back button , but the back button shuldt go back to that page where user com from. I have a page called Index and you klick next and now you are in Index1.aspx. In Index1.aspx need i to make a button who response to that page where user com from in this case Index.aspx. I know i can do with response.Redierect(Index.aspx) but i want that automatisk. I hope you have time to help me. Sorry my english.
The most obvious thing to do, is to do this entirely on the client side using javascript. http://www.google.com.au/search?sourceid=navclient&ie=UTF-8&rlz=1T4ADBS_enAU225AU226&q=javascript+page+back[^]
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )