The Artima Developer Community
Sponsored Link

.NET Buzz Forum
Back button in ASP.NET

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Michael Mello

Posts: 100
Nickname: knarf
Registered: May, 2004

Michael Mello is .NET Web Developer
Back button in ASP.NET Posted: May 27, 2004 7:45 AM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Michael Mello.
Original Post: Back button in ASP.NET
Feed Title: melloblog
Feed URL: http://www.thauvin.net/errorpage.htm?aspxerrorpath=/Default.aspx
Feed Description: .NET and Everything After.
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Michael Mello
Latest Posts From melloblog

Advertisement
Here's a common question:

How can I create a button in my ASP.NET page, which will return the user to the previous page?

I think the easiest way to accomplish this, is to throw an HTML control on to your page, and add a little Javascript like so:


< input type="button" value="Go Back" OnClick="history.go(-1);return false;" >


Read: Back button in ASP.NET

Topic: Anders Chalk Talk today at 2pm to 3:15pm (at TechEd 2004) Previous Topic   Next Topic Topic: DEV410: Inside the ASP.NET Runtime

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use