473,405 Members | 2,261 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

Refresh/Redraw enhancements in IE/ASP.NET

In many of the presentations I've seen about ASP.NET there was talk about
how on postbacks only the data that has changed gets redrawn in the browser.
I'm looking for documentation on this feature so I can share it with my
development staff but so far have been unable to find anything that
discusses it. Do you know what I'm talking about and if so, where I can
find online documentation?

TIA!

--
Tom Kaminski IIS MVP
http://www.iistoolshed.com/ - tools, scripts, and utilities for running IIS
http://mvp.support.microsoft.com/
http://www.microsoft.com/windowsserv...y/centers/iis/

Nov 17 '05 #1
5 2945
As far as I know that is not true. I don't think ASP.NET can have any sort
of effect on how the browser renders the HTML it receives.

"Tom Kaminski [MVP]" <tomk (A@T) mvps (D.O.T) org> wrote in message
news:bg**********@kcweb01.netnews.att.com...
In many of the presentations I've seen about ASP.NET there was talk about
how on postbacks only the data that has changed gets redrawn in the browser. I'm looking for documentation on this feature so I can share it with my
development staff but so far have been unable to find anything that
discusses it. Do you know what I'm talking about and if so, where I can
find online documentation?

TIA!

--
Tom Kaminski IIS MVP
http://www.iistoolshed.com/ - tools, scripts, and utilities for running IIS http://mvp.support.microsoft.com/
http://www.microsoft.com/windowsserv...y/centers/iis/

Nov 17 '05 #2
Stu
Not entirely sure what it is but I have read mention of a feature called
SmartNavigation that helps stop the page 'flashing' when you reload/post.
<%@ Page Language="vb" SmartNavigation=true AutoEventWireup...etc.

http://www.aspalliance.com/aspxtreme...avigation.aspx

Not sure if this is exactly what you were after though - I haven't used it
yet myself.


"Tom Kaminski [MVP]" <tomk (A@T) mvps (D.O.T) org> wrote in message
news:bg**********@kcweb01.netnews.att.com...
I will admit that maybe I'm confused and that it's really a feature of IE.
Anyone?

"Marina" <zl*******@nospam.hotmail.com> wrote in message
news:%2****************@TK2MSFTNGP11.phx.gbl...
As far as I know that is not true. I don't think ASP.NET can have any

sort
of effect on how the browser renders the HTML it receives.

"Tom Kaminski [MVP]" <tomk (A@T) mvps (D.O.T) org> wrote in message
news:bg**********@kcweb01.netnews.att.com...
In many of the presentations I've seen about ASP.NET there was talk about how on postbacks only the data that has changed gets redrawn in the

browser.
I'm looking for documentation on this feature so I can share it with my development staff but so far have been unable to find anything that
discusses it. Do you know what I'm talking about and if so, where I can find online documentation?

TIA!

--
Tom Kaminski IIS MVP
http://www.iistoolshed.com/ - tools, scripts, and utilities for
running IIS
http://mvp.support.microsoft.com/
http://www.microsoft.com/windowsserv...y/centers/iis/



---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.505 / Virus Database: 302 - Release Date: 30/07/2003
Nov 17 '05 #3
There are numerous posts about SmartNavigation breaking ASP.NET. Be sure to
take a look at them.
--
John Saunders
Internet Engineer
jo***********@surfcontrol.com

"Stu" <st****@ntpcl.uk.com> wrote in message
news:%2***************@tk2msftngp13.phx.gbl...
Not entirely sure what it is but I have read mention of a feature called
SmartNavigation that helps stop the page 'flashing' when you reload/post.
<%@ Page Language="vb" SmartNavigation=true AutoEventWireup...etc.

http://www.aspalliance.com/aspxtreme...avigation.aspx
Not sure if this is exactly what you were after though - I haven't used it
yet myself.


"Tom Kaminski [MVP]" <tomk (A@T) mvps (D.O.T) org> wrote in message
news:bg**********@kcweb01.netnews.att.com...
I will admit that maybe I'm confused and that it's really a feature of IE.
Anyone?

"Marina" <zl*******@nospam.hotmail.com> wrote in message
news:%2****************@TK2MSFTNGP11.phx.gbl...
As far as I know that is not true. I don't think ASP.NET can have any

sort
of effect on how the browser renders the HTML it receives.

"Tom Kaminski [MVP]" <tomk (A@T) mvps (D.O.T) org> wrote in message
news:bg**********@kcweb01.netnews.att.com...
> In many of the presentations I've seen about ASP.NET there was talk

about
> how on postbacks only the data that has changed gets redrawn in the
browser.
> I'm looking for documentation on this feature so I can share it with

my > development staff but so far have been unable to find anything that
> discusses it. Do you know what I'm talking about and if so, where I can > find online documentation?
>
> TIA!
>
> --
> Tom Kaminski IIS MVP
> http://www.iistoolshed.com/ - tools, scripts, and utilities for running IIS
> http://mvp.support.microsoft.com/
> http://www.microsoft.com/windowsserv...y/centers/iis/
>
>
>


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.505 / Virus Database: 302 - Release Date: 30/07/2003

Nov 17 '05 #4
Yes, it is SmartNavigation -
http://msdn.microsoft.com/library/en-
us/cpref/html/frlrfSystemWebUIPageClassSmartNavigationTopi
c.asp

When you turn it on ASP.Net puts the content that is
going to be updated in iframes giving the appearance that
the page is updating without POSTing back. Haven't used
it myself, but apparently it's buggy.

-----Original Message-----
Not entirely sure what it is but I have read mention of a feature calledSmartNavigation that helps stop the page 'flashing' when you reload/post.<%@ Page Language="vb" SmartNavigation=true AutoEventWireup...etc.
http://www.aspalliance.com/aspxtreme...b/UI/PageClass SmartNavigation.aspx
Not sure if this is exactly what you were after though - I haven't used ityet myself.


"Tom Kaminski [MVP]" <tomk (A@T) mvps (D.O.T) org> wrote in messagenews:bg**********@kcweb01.netnews.att.com...
I will admit that maybe I'm confused and that it's really a feature of IE.
Anyone?

"Marina" <zl*******@nospam.hotmail.com> wrote in message news:%2****************@TK2MSFTNGP11.phx.gbl...
> As far as I know that is not true. I don't think ASP.NET can have any
sort
> of effect on how the browser renders the HTML it
receives. >
> "Tom Kaminski [MVP]" <tomk (A@T) mvps (D.O.T) org> wrote in message > news:bg**********@kcweb01.netnews.att.com...
> > In many of the presentations I've seen about ASP.NET there was talk about
> > how on postbacks only the data that has changed
gets redrawn in the > browser.
> > I'm looking for documentation on this feature so I can share it withmy > > development staff but so far have been unable to
find anything that > > discusses it. Do you know what I'm talking about and if so, where I
can > > find online documentation?
> >
> > TIA!
> >
> > --
> > Tom Kaminski IIS MVP
> > http://www.iistoolshed.com/ - tools, scripts, and
utilities for
running > IIS
> > http://mvp.support.microsoft.com/
> >
http://www.microsoft.com/windowsserv...ommunity/cente
rs/iis/ > >
> >
> >
>
>


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system

(http://www.grisoft.com).Version: 6.0.505 / Virus Database: 302 - Release Date: 30/07/2003

.

Nov 17 '05 #5
Ed,

I didn't believe you when you mentioned the IFRAME, so I tried it. You were
right!

ASP.NET renders:

<IFRAME ID=__hifSmartNav NAME=__hifSmartNav STYLE=display:none
src="IEsmartnav1"></IFRAME>

right after the body tag. It also renders a script tag looking for
SmartNav.js. That's 9kb of complicated JavaScript, attaching handlers to the
form submit event and others. I'm not sure, but I think I may have caught it
actually moving my HTML into a new IFRAME! I wouldn't be shocked to find out
that it doesn't work.

I _would_ be shocked to find myself ever using it now that I see that I'd
have 9kb worth of somebody else's code to worry about in addition to my own.
Is that 9kb of script code documented anywhere? There's enough of it that it
damn well ought to be documented!
--
John Saunders
Internet Engineer
jo***********@surfcontrol.com

"Ed Allan" <ed.allan@ejaconsulting_NOSPAM_.com> wrote in message
news:68****************************@phx.gbl...
Yes, it is SmartNavigation -
http://msdn.microsoft.com/library/en-
us/cpref/html/frlrfSystemWebUIPageClassSmartNavigationTopi
c.asp

When you turn it on ASP.Net puts the content that is
going to be updated in iframes giving the appearance that
the page is updating without POSTing back. Haven't used
it myself, but apparently it's buggy.

-----Original Message-----
Not entirely sure what it is but I have read mention of

a feature called
SmartNavigation that helps stop the page 'flashing' when

you reload/post.
<%@ Page Language="vb" SmartNavigation=true

AutoEventWireup...etc.

http://www.aspalliance.com/aspxtreme...b/UI/PageClass

SmartNavigation.aspx

Not sure if this is exactly what you were after though -

I haven't used it
yet myself.


"Tom Kaminski [MVP]" <tomk (A@T) mvps (D.O.T) org> wrote

in message
news:bg**********@kcweb01.netnews.att.com...
I will admit that maybe I'm confused and that it's really a feature of IE. Anyone?

"Marina" <zl*******@nospam.hotmail.com> wrote in message news:%2****************@TK2MSFTNGP11.phx.gbl...
> As far as I know that is not true. I don't think ASP.NET can have any sort
> of effect on how the browser renders the HTML it receives. >
> "Tom Kaminski [MVP]" <tomk (A@T) mvps (D.O.T) org> wrote in message > news:bg**********@kcweb01.netnews.att.com...
> > In many of the presentations I've seen about ASP.NET there was talk about
> > how on postbacks only the data that has changed gets redrawn in the > browser.
> > I'm looking for documentation on this feature so I can share it with
my
> > development staff but so far have been unable to

find anything that > > discusses it. Do you know what I'm talking about and if so, where I
can
> > find online documentation?
> >
> > TIA!
> >
> > --
> > Tom Kaminski IIS MVP
> > http://www.iistoolshed.com/ - tools, scripts, and

utilities for
running
> IIS
> > http://mvp.support.microsoft.com/
> >

http://www.microsoft.com/windowsserv...ommunity/cente
rs/iis/ > >
> >
> >
>
>

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system

(http://www.grisoft.com).
Version: 6.0.505 / Virus Database: 302 - Release Date:

30/07/2003


.

Nov 17 '05 #6

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

Similar topics

2
by: marco | last post by:
Juste a simple question about the DC in wxpython ... I've made a wxWindow class, where i need to paint myself the content. so i've added an evt_paint() to draw in the wxPaintDC ... It works like...
0
by: AK | last post by:
Hi, I have a medium sized app that I'm transferring to use curses. What happens is very very strange.. I am at my wits' ends. I worked with it all day yesterday and couldn't figure it out....
1
by: kiplring | last post by:
I wrote a program which draw a dancer at cornor of desktop. ( I Accessed through hDC) But It has a problem. I remains all trait at the desktop until I invoke any Redraw( Refresh) action - click,...
2
by: Kevin Chandler | last post by:
I appologize in advance if this is a novice question. I don't have much ASP.Net experience. I have an NCAA tournment selection page that I use asp:button controls. The problem is that...
1
by: IkBenHet | last post by:
Hello, Currently I am using a large input form on a website that is based on ASP and JavaScript. Depending on the values that are filled in by the user the forms does a refresh and makes...
17
by: SamSpade | last post by:
picDocument is a picturebox When I do picDocument.Invalidate() the box paints. But if instead I do picDocument.Refresh() the box does not paint. What does Refresh do. I guessed it did an...
1
by: Christopher Shanahan | last post by:
Hello, I've built a data entry form for a survey database that appears to make the entire form flicker when I mouse over anyn of the label controls. I suspect that it has to do with the...
3
by: R.A.F. | last post by:
Hi, I have a custom control in which i have a property based on CollectionBase class. like the following one : //------- XGrid.cs file --------------// public ColumnsCollection Columns {
0
by: Erakis | last post by:
Hi, I need to put a very large image as background (1030px X 774px) on the main window of my application. Also, on this window I need to add transparent Usercontrol, Panel and Label. Every...
5
by: tshad | last post by:
I have an interface I am using to get access to some of the objects on my form: a textbox (Status) and my statusbar (StatusBar). In my class, which is actually in another class from my form I have...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
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,...
0
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...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
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...
0
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,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.