PC Review


Reply
Thread Tools Rate Thread

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

 
 
ed
Guest
Posts: n/a
 
      23rd Nov 2004
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.




 
Reply With Quote
 
 
 
 
Nicholas Paldino [.NET/C# MVP]
Guest
Posts: n/a
 
      23rd Nov 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]
- (E-Mail Removed)

"ed" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> 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.
>
>
>
>



 
Reply With Quote
 
ed
Guest
Posts: n/a
 
      23rd Nov 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]" <(E-Mail Removed)> wrote in
message news:(E-Mail Removed)...
> 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]
> - (E-Mail Removed)
>
> "ed" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
> > 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.
> >
> >
> >
> >

>
>



 
Reply With Quote
 
Lucas Tam
Guest
Posts: n/a
 
      23rd Nov 2004
"ed" <(E-Mail Removed)> wrote in news:e4uEDxY0EHA.3236
@TK2MSFTNGP15.phx.gbl:

> Typical MVP answer!


Why does Microsoft have the MVP program anyways?

--
Lucas Tam ((E-Mail Removed))
Please delete "REMOVE" from the e-mail address when replying.
http://members.ebay.com/aboutme/coolspot18/
 
Reply With Quote
 
Willy Denoyette [MVP]
Guest
Posts: n/a
 
      23rd Nov 2004


"ed" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> 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.


 
Reply With Quote
 
Ben Amada
Guest
Posts: n/a
 
      23rd Nov 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" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> 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.
>
>
>
>



 
Reply With Quote
 
James Curran
Guest
Posts: n/a
 
      23rd Nov 2004
"Nicholas Paldino [.NET/C# MVP]" <(E-Mail Removed)> wrote in
message news:(E-Mail Removed)...
> 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



 
Reply With Quote
 
Ken Cox [Microsoft MVP]
Guest
Posts: n/a
 
      23rd Nov 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/produc...k/default.aspx

"ed" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> 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.
>
>
>
>


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Maintain scroll position on postback does not work when files are deployed to remote server Keithb Microsoft ASP .NET 0 28th Oct 2006 11:09 PM
ASP.NET 2.0 Maintain Scroll Position on PostBack with Mozilla FIREFOX in the works? ed Microsoft ASP .NET 9 23rd Nov 2004 11:41 PM
ASP.NET 2.0 Maintain Scroll Position on PostBack with Mozilla FIREFOX in the works? ed Microsoft Dot NET 8 23rd Nov 2004 11:41 PM
ASP.NET 2.0 Maintain Scroll Position on PostBack with Mozilla FIREFOX in the works? ed Microsoft C# .NET 8 23rd Nov 2004 11:41 PM
ASP.NET 2.0 Maintain Scroll Position on PostBack with Mozilla FIREFOX in the works? ed Microsoft Dot NET Framework 8 23rd Nov 2004 11:41 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:22 AM.