Hi,
I have a page that simply contains an input box for a part number and a button. When submitted, a query is performed against a database on the server and information about the part number is returned, e.g., Description, Price, etc. The information shows up in a table below the input box/button. When a second part number is entered then the table shows the first part number information and the second part number information. Then a third, fourth, etc.

I can get this to work by rewriting the page each time but, what I've been trying to do for several months is to have the information show up in the table without the history increasing with each part number entry. That is, the back button should take you back to the screen prior to the part number entry screen and not step back through each part number entry.

Any ideas?

Thanks,
Al.