Posts Tagged ‘Previous’

How To Get Previous Page Content In Asp.net?

February 18th, 2010

How can I get previous page content in asp.net
like PHP code:
$_REQUEST['name']
I want to get a bundle of details from previous page while I creating a confirmation page to a registration page.
Is it possible

How To Prevent User To Browse To Previous Page Everytime After Logout In Asp.net Using C#. Please Help, Urgent

November 2nd, 2009

The language using is ASP.NET in c#, try to using session but cannot work. Please give me some code example. Thanks a lot.

Creating Dynamic Next And Previous Button With Php And Oracle?

October 11th, 2009

How do you create a next and previous button using php and oracle as your database? For example, I have 100 records and I only want to show 30 records at a time. I really have no clue on how to do it. I know it can be done using php and mysql but our project requires us to use oracle as database.