In theory, PreviousPage lets you access data on the page the user just requested. In practice it doesn't work if you're also using Master Pages unless you understand ASP.NET naming containers.
Peter shows you how to make a Master-Detail page that will work right and save your users a lot of grief. While creating a Master-Detail page in ASP.NET using DataSources and DataViews is easy, ...