Sorry, without being cheeky can I ask you whether that is the same in IE7? I haven't got a testable example to try out.
So would I just have the equivalent C# backend code to handle the post data on each page and then have this populated on a Form_Load()? If I use C# as an example?
Regards,
NeutrinoHunter
Main Topics
Browse All Topics





by: GreenGhostPosted on 2009-01-14 at 21:55:42ID: 23380904
This is not an error, it's by design. Keeping the form data in the history was introduced in browsers after IE6, older browsers simply don't do that.
If you want to persist the form data in any browser, you have to post the data to the page instead of using the back method.