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.

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

Nicholas
Tue Nov 23 12:31:12 CST 2004

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.
>
>
>
>



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

ed
Tue Nov 23 12:43:39 CST 2004

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.




"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.
> >
> >
> >
> >
>
>



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

Lucas
Tue Nov 23 13:10:18 CST 2004

"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 (REMOVEnntp@rogers.com)
Please delete "REMOVE" from the e-mail address when replying.
http://members.ebay.com/aboutme/coolspot18/

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

Willy
Tue Nov 23 13:10:36 CST 2004



"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.



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

Ben
Tue Nov 23 13:24:04 CST 2004

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.
>
>
>
>



Re: ASP.NET 2.0 Maintain Scroll Position on PostBack with Mozilla by AndresRomero

AndresRomero
Tue Nov 23 13:51:05 CST 2004

Tanks Ben, it works!!!!

"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.
> >
> >
> >
> >
>
>
>

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

James
Tue Nov 23 15:19:50 CST 2004

"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




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

Ken
Tue Nov 23 17:41:59 CST 2004

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

"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.
>
>
>
>