473,785 Members | 2,261 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Postback problems - repost

Hello All

Repost as didn't get reply ... is there a simple answer to this? I've tried
usercontrol and caching sofar to no avail. Is there a way to overcome this
problem or not? Thanks, Graeme.

When I run my app in Netscape, controls etc appear to be retained on the
page during postback sequence so when new info is received after a second or
two there's just a small flicker, which is quite acceptable. But with IE6,
when I click the button, page goes blank for a second or two until new info
received, then displays. This is typical and what I thought I always needed
to put up with - until I used Netscape!

My question ... is there any way to tweak IE settings or property (or
preferably by code) to minimise or eliminate the blanking? Hope this all
makes sense.

TIA
Graeme
Nov 17 '05 #1
2 1860
You posted this sometime again, and i replied. No there isn't. The only way
around this is to use smart navigation, which will help but not eliminate
the flash.

"Sabre" <ma*********@wa ve.co.nz> wrote in message
news:#v******** ******@tk2msftn gp13.phx.gbl...
Hello All

Repost as didn't get reply ... is there a simple answer to this? I've tried usercontrol and caching sofar to no avail. Is there a way to overcome this
problem or not? Thanks, Graeme.

When I run my app in Netscape, controls etc appear to be retained on the
page during postback sequence so when new info is received after a second or two there's just a small flicker, which is quite acceptable. But with IE6,
when I click the button, page goes blank for a second or two until new info received, then displays. This is typical and what I thought I always needed to put up with - until I used Netscape!

My question ... is there any way to tweak IE settings or property (or
preferably by code) to minimise or eliminate the blanking? Hope this all
makes sense.

TIA
Graeme

Nov 17 '05 #2
Try setting the SmartNavigation attribute to true in the @Page
directive.Also try not to use viewstate for controls that you don't need
(e.g. labels, data controls that always get populated from a database etc.)

HTH.

"Sabre" <ma*********@wa ve.co.nz> wrote in message
news:%2******** ********@tk2msf tngp13.phx.gbl. ..
Hello All

Repost as didn't get reply ... is there a simple answer to this? I've tried usercontrol and caching sofar to no avail. Is there a way to overcome this
problem or not? Thanks, Graeme.

When I run my app in Netscape, controls etc appear to be retained on the
page during postback sequence so when new info is received after a second or two there's just a small flicker, which is quite acceptable. But with IE6,
when I click the button, page goes blank for a second or two until new info received, then displays. This is typical and what I thought I always needed to put up with - until I used Netscape!

My question ... is there any way to tweak IE settings or property (or
preferably by code) to minimise or eliminate the blanking? Hope this all
makes sense.

TIA
Graeme

Nov 17 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
795
by: Sabre | last post by:
Hello All Repost as didn't get reply ... is there a simple answer to this? I've tried usercontrol and caching sofar to no avail. Is there a way to overcome this problem or not? Thanks, Graeme. When I run my app in Netscape, controls etc appear to be retained on the page during postback sequence so when new info is received after a second or two there's just a small flicker, which is quite acceptable. But with IE6, when I click the...
8
1449
by: Chris Kennedy | last post by:
I want to click a button and have it does something before the page reloads. I now realize the page processes the server side event after page loads. Is there any way of triggering the postback twice. I know its a hack.....
8
1915
by: Tim_Mac | last post by:
Hello, this message was posted in december 2005 and Steven Cheng from MS followed it up with me to a point, before the thread trailed off. http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/browse_frm/thread/47281f5d53c14950 several other newsgroup users have since confirmed the bug/behaviour described, and it is very easy to reproduce. There is a hack/workaround but it is very unsatisfactory, and this will continue...
1
2291
by: sloan | last post by:
I am programmatically adding BoundField's and TemplateField's to a GridView. I have it working fine. BoundField bf = new BoundField(); bf.DataField = "EmpID"; bf.HeaderText = "The Employee ID";
0
9646
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9484
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9957
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8983
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6742
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5386
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5518
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3658
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2887
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.