Ask a Question related to ASP.NET General, Design and Development.
-
Sabre #1
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
Sabre Guest
-
problems with postback
I have a page where search results come up in a dynamically generated table of 15 results per page. Below the table is previous and next buttons... -
Datagrid Dynamic Columns Postback and SelectedIndexChanged problems
All, I have a datagrid that has a few design time columns (two buttons - one for select and one for delete) and the programatically I add... -
ASP.NET postback and page load problems - MTU size with ASP.NET
Hi. We have our old ASP VBScript site and our new ASP.NET 1.1 C# site behind the same firewall with the same firewall rulesets. Both servers... -
Repost: Table Problems
(Re-posting as it got lost in the midst of posts!) Hi all, Can anyone advise me on a quick fix for these table (menu's inside them) issues?... -
Re (repost): Is this a bug?
I forgot to actually use ack vs. each below but either way I get the same behaviour... BTW I am using 1.6.8 on FreeBSD 4.8 Aryeh Friedman wrote: -
Alvin Bruney #2
Re: Postback problems - repost
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" <maximNOSPAM@wave.co.nz> wrote in message
news:#v7NBAYSDHA.3192@tk2msftngp13.phx.gbl...tried> Hello All
>
> Repost as didn't get reply ... is there a simple answer to this? I'veor> 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 secondinfo> 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 newneeded> received, then displays. This is typical and what I thought I always> 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
>
>
Alvin Bruney Guest
-
Souri Challa #3
Re: Postback problems - repost
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" <maximNOSPAM@wave.co.nz> wrote in message
news:%23v7NBAYSDHA.3192@tk2msftngp13.phx.gbl...tried> Hello All
>
> Repost as didn't get reply ... is there a simple answer to this? I'veor> 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 secondinfo> 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 newneeded> received, then displays. This is typical and what I thought I always> 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
>
>
Souri Challa Guest
-
Sabre #4
Re: Postback problems - repost
Thanks for responses. Gosh, there are some answers to my earlier post! I'd
been checking continually till a couple of days ago and they just weren't
there! (and yes, I refreshed Headers too). But there they are now, just fine
and dandy. I've had this trouble with posts too ... sometimes take DAYS to
arrive (I live in New Zealand ... it's a long way away from civilisation : )
.. Thanks again.
"Sabre" <maximNOSPAM@wave.co.nz> wrote in message
news:%23v7NBAYSDHA.3192@tk2msftngp13.phx.gbl...tried> Hello All
>
> Repost as didn't get reply ... is there a simple answer to this? I'veor> 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 secondinfo> 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 newneeded> received, then displays. This is typical and what I thought I always> 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
>
>
Sabre Guest



Reply With Quote

