Home All Groups Group Topic Archive Search About

ASP.NET 2.0 Maintain Scroll Position on PostBack with Mozilla FIREFOX in the works?

Author
23 Nov 2004 6:11 PM
ed
Does anyone know if ASP.NET 2.0 is going to incorporate "maintain scroll
position on postback" in non-IE browsers like Firefox?

This seems like an often requested feature on these newsgroups since the
beta version of .NET.

Microsoft heavily advertises it's .NET browser detection advantages, why not
make some use of it and hope that Microsoft follows up their words with
actions? as well as following up on their agreement from the anti-trust
settlements on being anti-competitive.

Thanks.
Author
23 Nov 2004 6:31 PM
Nicholas Paldino [.NET/C# MVP]
I would think that this is a browser issue, and not a back end issue...
After all, it's the browser that has to remember what the position is.

    Now if those browsers support maintaining that position, by requiring a
certain tag, or something in the markup, then by all means, ASP.NET should
support it.  If it doesn't, however, the architecture is not so closed that
you can't do it yourself.


--
               - Nicholas Paldino [.NET/C# MVP]
               - mvp@spam.guard.caspershouse.com

Show quoteHide quote
"ed" <nospam@hotmail.com> wrote in message
news:%236PyRfY0EHA.424@TK2MSFTNGP14.phx.gbl...
> Does anyone know if ASP.NET 2.0 is going to incorporate "maintain scroll
> position on postback" in non-IE browsers like Firefox?
>
> This seems like an often requested feature on these newsgroups since the
> beta version of .NET.
>
> Microsoft heavily advertises it's .NET browser detection advantages, why
> not
> make some use of it and hope that Microsoft follows up their words with
> actions? as well as following up on their agreement from the anti-trust
> settlements on being anti-competitive.
>
> Thanks.
>
>
>
>
Are all your drivers up to date? click for free checkup

Author
23 Nov 2004 6:43 PM
ed
Typical MVP answer!

This is where Microsoft should step in and do it. It would be so much easier
on us all that Microsoft get this done as opposed to having customize and
build up a feature whereas Microsoft only has to tweak their version to work
in other non-IE browsers such as Firefox and Safari.

If Microsoft wants to REDUCE the amount of code, this would be a good place
to start.




Show quoteHide quote
"Nicholas Paldino [.NET/C# MVP]" <mvp@spam.guard.caspershouse.com> wrote in
message news:uGRSwqY0EHA.2540@TK2MSFTNGP09.phx.gbl...
>     I would think that this is a browser issue, and not a back end
issue...
> After all, it's the browser that has to remember what the position is.
>
>     Now if those browsers support maintaining that position, by requiring
a
> certain tag, or something in the markup, then by all means, ASP.NET should
> support it.  If it doesn't, however, the architecture is not so closed
that
> you can't do it yourself.
>
>
> --
>                - Nicholas Paldino [.NET/C# MVP]
>                - mvp@spam.guard.caspershouse.com
>
> "ed" <nospam@hotmail.com> wrote in message
> news:%236PyRfY0EHA.424@TK2MSFTNGP14.phx.gbl...
> > Does anyone know if ASP.NET 2.0 is going to incorporate "maintain scroll
> > position on postback" in non-IE browsers like Firefox?
> >
> > This seems like an often requested feature on these newsgroups since the
> > beta version of .NET.
> >
> > Microsoft heavily advertises it's .NET browser detection advantages, why
> > not
> > make some use of it and hope that Microsoft follows up their words with
> > actions? as well as following up on their agreement from the anti-trust
> > settlements on being anti-competitive.
> >
> > Thanks.
> >
> >
> >
> >
>
>
Author
23 Nov 2004 7:10 PM
Lucas Tam
"ed" <nospam@hotmail.com> wrote in news:e4uEDxY0EHA.3236
@TK2MSFTNGP15.phx.gbl:

> Typical MVP answer!

Why does Microsoft have the MVP program anyways?

--
Lucas Tam (REMOVEn***@rogers.com)
Please delete "REMOVE" from the e-mail address when replying.
http://members.ebay.com/aboutme/coolspot18/
Author
23 Nov 2004 7:10 PM
Willy Denoyette [MVP]
Show quote Hide quote
"ed" <nospam@hotmail.com> wrote in message
news:e4uEDxY0EHA.3236@TK2MSFTNGP15.phx.gbl...
> Typical MVP answer!
>
> This is where Microsoft should step in and do it. It would be so much
> easier
> on us all that Microsoft get this done as opposed to having customize and
> build up a feature whereas Microsoft only has to tweak their version to
> work
> in other non-IE browsers such as Firefox and Safari.
>
> If Microsoft wants to REDUCE the amount of code, this would be a good
> place
> to start.


Ever heard that this is still in beta?
Good reason to post to the appropriate Whidbey
NG -microsoft.private.whidbey.aspnet.pageframework - instead of multiposting
to non related NG's.

Willy.
Author
23 Nov 2004 9:19 PM
James Curran
"Nicholas Paldino [.NET/C# MVP]" <mvp@spam.guard.caspershouse.com> wrote in
message news:uGRSwqY0EHA.2540@TK2MSFTNGP09.phx.gbl...
>     I would think that this is a browser issue, and not a back end
issue...
> After all, it's the browser that has to remember what the position is.

    Um... No..  You & I may realize that on a post back, the browser is
redisplaying the same page, but as far as the browser is concerned, it's a
different page.

--
Truth,
James Curran
[erstwhile VC++ MVP]
Home: www.noveltheory.com       Work: www.njtheater.com
Blog: www.honestillusion.com  Day Job: www.partsearch.com
Author
23 Nov 2004 7:24 PM
Ben Amada
Ed,

The article below addresses maintaining scroll position on postback with IE,
Firefox and other browsers:

Maintaining Scroll Position on Postback
http://aspnet.4guysfromrolla.com/articles/111704-1.aspx

Ben

Show quoteHide quote
"ed" <nospam@hotmail.com> wrote in message
news:%236PyRfY0EHA.424@TK2MSFTNGP14.phx.gbl...
> Does anyone know if ASP.NET 2.0 is going to incorporate "maintain scroll
> position on postback" in non-IE browsers like Firefox?
>
> This seems like an often requested feature on these newsgroups since the
> beta version of .NET.
>
> Microsoft heavily advertises it's .NET browser detection advantages, why
> not
> make some use of it and hope that Microsoft follows up their words with
> actions? as well as following up on their agreement from the anti-trust
> settlements on being anti-competitive.
>
> Thanks.
>
>
>
>
Author
23 Nov 2004 7:51 PM
Andres Romero
Tanks Ben, it works!!!!

Show quoteHide quote
"Ben Amada" wrote:

> Ed,
>
> The article below addresses maintaining scroll position on postback with IE,
> Firefox and other browsers:
>
> Maintaining Scroll Position on Postback
> http://aspnet.4guysfromrolla.com/articles/111704-1.aspx
>
> Ben
>
> "ed" <nospam@hotmail.com> wrote in message
> news:%236PyRfY0EHA.424@TK2MSFTNGP14.phx.gbl...
> > Does anyone know if ASP.NET 2.0 is going to incorporate "maintain scroll
> > position on postback" in non-IE browsers like Firefox?
> >
> > This seems like an often requested feature on these newsgroups since the
> > beta version of .NET.
> >
> > Microsoft heavily advertises it's .NET browser detection advantages, why
> > not
> > make some use of it and hope that Microsoft follows up their words with
> > actions? as well as following up on their agreement from the anti-trust
> > settlements on being anti-competitive.
> >
> > Thanks.
> >
> >
> >
> >
>
>
>
Author
23 Nov 2004 11:41 PM
Ken Cox [Microsoft MVP]
Don't forget to make your views known where something can be done about
it....

MSDN Product Feedback Center

http://lab.msdn.microsoft.com/productfeedback/default.aspx

Show quoteHide quote
"ed" <nospam@hotmail.com> wrote in message
news:%236PyRfY0EHA.424@TK2MSFTNGP14.phx.gbl...
> Does anyone know if ASP.NET 2.0 is going to incorporate "maintain scroll
> position on postback" in non-IE browsers like Firefox?
>
> This seems like an often requested feature on these newsgroups since the
> beta version of .NET.
>
> Microsoft heavily advertises it's .NET browser detection advantages, why
> not
> make some use of it and hope that Microsoft follows up their words with
> actions? as well as following up on their agreement from the anti-trust
> settlements on being anti-competitive.
>
> Thanks.
>
>
>
>

Bookmark and Share