Refresh/Redraw enhancements in IE/ASP.NET

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default 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
    [url]http://www.iistoolshed.com/[/url] - tools, scripts, and utilities for running IIS
    [url]http://mvp.support.microsoft.com/[/url]
    [url]http://www.microsoft.com/windowsserver2003/community/centers/iis/[/url]



    Tom Kaminski [MVP] Guest

  2. Similar Questions and Discussions

    1. Redraw or Refresh DataGrid
      Hi all, The idea is to change the height of certain row. The next code does it well but after change the height of that row the grid need to be...
    2. CF7 Enterprise cfmail & cfdocument enhancements
      I've been looking for information that states exactly what the performance difference is between cfmail and cfdocument handling in CF7 Enterprise...
    3. Flash 2004 DataGrid Enhancements
      Dear Flash Development Community, I'm pleased to announce a new version of the Flash 2004 DataGrid Extensions. These extension add many functions...
    4. [PHP-DEV] SAPI input filter enhancements
      Hi there, For flexible http query handling, I did some enhancement on the SAPI input filter (see README.input_filter for detail). This enables...
    5. Can PE2 automate/batch adjustments, enhancements, etc?
      OK I'm behind times with PE1. It can only automate/batch conversions/resizes (unless I'm missing something). Can PE2 automate/batch adjustments,...
  3. #2

    Default Re: Refresh/Redraw enhancements in IE/ASP.NET

    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:bgdpba$kd615@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
    > [url]http://www.iistoolshed.com/[/url] - tools, scripts, and utilities for running
    IIS
    > [url]http://mvp.support.microsoft.com/[/url]
    > [url]http://www.microsoft.com/windowsserver2003/community/centers/iis/[/url]
    >
    >
    >

    Marina Guest

  4. #3

    Default Re: Refresh/Redraw enhancements in IE/ASP.NET

    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.

    [url]http://www.aspalliance.com/aspxtreme/sys/Web/UI/PageClassSmartNavigation.aspx[/url]

    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:bgdr6m$kd520@kcweb01.netnews.att.com...
    > I will admit that maybe I'm confused and that it's really a feature of IE.
    > Anyone?
    >
    > "Marina" <zlatkinam@nospam.hotmail.com> wrote in message
    > news:%230la0GDWDHA.1368@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:bgdpba$kd615@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
    > > > [url]http://www.iistoolshed.com/[/url] - tools, scripts, and utilities for
    running
    > > IIS
    > > > [url]http://mvp.support.microsoft.com/[/url]
    > > > [url]http://www.microsoft.com/windowsserver2003/community/centers/iis/[/url]
    > > >
    > > >
    > > >
    > >
    > >
    >
    >

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


    Stu Guest

  5. #4

    Default Re: Refresh/Redraw enhancements in IE/ASP.NET

    There are numerous posts about SmartNavigation breaking ASP.NET. Be sure to
    take a look at them.
    --
    John Saunders
    Internet Engineer
    [email]john.saunders@surfcontrol.com[/email]

    "Stu" <stuart@ntpcl.uk.com> wrote in message
    news:%23opzYYDWDHA.652@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.
    >
    >
    [url]http://www.aspalliance.com/aspxtreme/sys/Web/UI/PageClassSmartNavigation.aspx[/url]
    >
    > 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:bgdr6m$kd520@kcweb01.netnews.att.com...
    > > I will admit that maybe I'm confused and that it's really a feature of
    IE.
    > > Anyone?
    > >
    > > "Marina" <zlatkinam@nospam.hotmail.com> wrote in message
    > > news:%230la0GDWDHA.1368@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:bgdpba$kd615@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
    > > > > [url]http://www.iistoolshed.com/[/url] - tools, scripts, and utilities for
    > running
    > > > IIS
    > > > > [url]http://mvp.support.microsoft.com/[/url]
    > > > > [url]http://www.microsoft.com/windowsserver2003/community/centers/iis/[/url]
    > > > >
    > > > >
    > > > >
    > > >
    > > >
    > >
    > >
    >
    >
    > ---
    > Outgoing mail is certified Virus Free.
    > Checked by AVG anti-virus system ([url]http://www.grisoft.com[/url]).
    > Version: 6.0.505 / Virus Database: 302 - Release Date: 30/07/2003
    >
    >

    John Saunders Guest

  6. #5

    Default Re: Refresh/Redraw enhancements in IE/ASP.NET

    Yes, it is SmartNavigation -
    [url]http://msdn.microsoft.com/library/en-[/url]
    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.
    >
    >[url]http://www.aspalliance.com/aspxtreme/sys/Web/UI/PageClass[/url]
    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:bgdr6m$kd520@kcweb01.netnews.att.com...
    >> I will admit that maybe I'm confused and that it's
    really a feature of IE.
    >> Anyone?
    >>
    >> "Marina" <zlatkinam@nospam.hotmail.com> wrote in
    message
    >> news:%230la0GDWDHA.1368@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:bgdpba$kd615@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
    >> > > [url]http://www.iistoolshed.com/[/url] - tools, scripts, and
    utilities for
    >running
    >> > IIS
    >> > > [url]http://mvp.support.microsoft.com/[/url]
    >> > >
    [url]http://www.microsoft.com/windowsserver2003/community/cente[/url]
    rs/iis/
    >> > >
    >> > >
    >> > >
    >> >
    >> >
    >>
    >>
    >
    >
    >---
    >Outgoing mail is certified Virus Free.
    >Checked by AVG anti-virus system
    ([url]http://www.grisoft.com[/url]).
    >Version: 6.0.505 / Virus Database: 302 - Release Date:
    30/07/2003
    >
    >
    >.
    >
    Ed Allan Guest

  7. #6

    Default Re: Refresh/Redraw enhancements in IE/ASP.NET

    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
    [email]john.saunders@surfcontrol.com[/email]

    "Ed Allan" <ed.allan@ejaconsulting_NOSPAM_.com> wrote in message
    news:68a501c35839$80ed4780$a001280a@phx.gbl...
    > Yes, it is SmartNavigation -
    > [url]http://msdn.microsoft.com/library/en-[/url]
    > 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.
    > >
    > >[url]http://www.aspalliance.com/aspxtreme/sys/Web/UI/PageClass[/url]
    > 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:bgdr6m$kd520@kcweb01.netnews.att.com...
    > >> I will admit that maybe I'm confused and that it's
    > really a feature of IE.
    > >> Anyone?
    > >>
    > >> "Marina" <zlatkinam@nospam.hotmail.com> wrote in
    > message
    > >> news:%230la0GDWDHA.1368@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:bgdpba$kd615@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
    > >> > > [url]http://www.iistoolshed.com/[/url] - tools, scripts, and
    > utilities for
    > >running
    > >> > IIS
    > >> > > [url]http://mvp.support.microsoft.com/[/url]
    > >> > >
    > [url]http://www.microsoft.com/windowsserver2003/community/cente[/url]
    > rs/iis/
    > >> > >
    > >> > >
    > >> > >
    > >> >
    > >> >
    > >>
    > >>
    > >
    > >
    > >---
    > >Outgoing mail is certified Virus Free.
    > >Checked by AVG anti-virus system
    > ([url]http://www.grisoft.com[/url]).
    > >Version: 6.0.505 / Virus Database: 302 - Release Date:
    > 30/07/2003
    > >
    > >
    > >.
    > >

    John Saunders Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139