Wrox Programmer Forums
|
ASP.NET 2.0 Professional If you are an experienced ASP.NET programmer, this is the forum for your 2.0 questions. Please also see the Visual Web Developer 2005 forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 2.0 Professional section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 15th, 2007, 08:52 AM
Wrox Author
 
Join Date: Oct 2005
Posts: 4,104
Thanks: 1
Thanked 64 Times in 64 Posts
Send a message via AIM to dparsons
Default Time out problem ><

Hello everyone,
   First and foremost, I know why this problem is occuring so we do not need to rehash the theory, what I am curious about is the best practice to over-come it in IE7. (read practice as hack)

My secnario is that I have a MultiView and, for the time being, the first view is the only one that is ever visible. Inside of this view I have a textbox and a DropDownList that both autopost back to the server and, depending on the values of both the textbox and the ddl, a repeater in the same view is pouplated with up to 14 records of data.

So there is alot of data getting posted back to the page itself but if the user hits the back button they get the Webpage Expired error and they physically have to push the refresh button to repost the form data, which makes sense. I would be happy if I could simply replace this error page with a custom page but, since this happens on the client side, I can not control the Webpage Expired error page.

I have read plenty of hacks, for example, using javascript and location.replace but that hack is quarky at best. The best solution that myself and the other developer have come up with is to work the application much like an old ASP application but that is not desireable.

Has anyone had to deal with this at length and, if so, what did you find was the best practice to get around it?

================================================== =========
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
================================================== =========
Technical Editor for:
Professional Search Engine Optimization with ASP.NET

Professional IIS 7 and ASP.NET Integrated Programming

================================================== =========
__________________
===============================================
Doug Parsons
Wrox online library: Wrox Books 24 x 7
Did someone here help you? Click on their post!
"Easy is the path to wisdom for those not blinded by themselves."
===============================================
 
Old August 16th, 2007, 06:13 PM
Friend of Wrox
 
Join Date: Jun 2007
Posts: 477
Thanks: 10
Thanked 19 Times in 18 Posts
Default

OK, I'll take a shot, though it's a bit "outside the box". I trained with Zak Ruvalcaba, so anytime I need to repeat information, I think GridView. It's much less buggy and especially in regards to your problem, the paging features are well implemented.

Now customizing your GridView so it looks the way you want... that's a whole other story.;)

-------------------------

Whatever you can do or dream you can, begin it. Boldness has genius, power and magic in it. Begin it now.
-Johann von Goethe

When Two Hearts Race... Both Win.
-Dove Chocolate Wrapper

Chroniclemaster1, Founder of www.EarthChronicle.com
A Growing History of our Planet, by our Planet, for our Planet.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Ch 8: <asp:image> inside <a> & ext.CSS (pg. 274) epc BOOK: Beginning ASP.NET 3.5 : in C# and VB BOOK ISBN: 978-0-470-18759-3 1 July 12th, 2008 04:37 AM
<style> tags in a <body> vs. <div> bcat BOOK: Beginning CSS: Cascading Style Sheets for Web Design ISBN: 978-0-7645-7642-3 1 March 27th, 2005 08:50 AM
<marquee><b>About CHAT App. in PHP4</b></marquee> Ramkrishna PHP How-To 1 September 11th, 2004 07:01 AM
<STRONG> vs <B> and <EM> vs <I> anshul HTML Code Clinic 12 September 1st, 2004 05:22 PM
a problem in book<<beginning asp.net using vb>> luoware ASP.NET 1.0 and 1.1 Basics 3 December 8th, 2003 09:32 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.