473,387 Members | 1,575 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,387 software developers and data experts.

Avoid flicking between pages

Hi!
Is there anyway to avoid flicking between pages navigation in Asp.Net 2.0,
like smartnavigation atribute in asp.net 1.1?

Thanks and Regards.
Nov 5 '07 #1
5 2236
On Nov 5, 7:15 am, "Kevin" <a...@a.comwrote:
Hi!
Is there anyway to avoid flicking between pages navigation in Asp.Net 2.0,
like smartnavigation atribute in asp.net 1.1?

Thanks and Regards.
Hi...

MaintainScrollPositionOnPostback is good ....
Check out this link...
http://www.thescripts.com/forum/thread459571.html

Thanks
Masudur

Nov 5 '07 #2
Thanks for Masudur's input.

Hi Kevin,

ASP.NET 2.0 page provide a "MaintainScrollPositionOnPostback" setting which
can keep page focus between postback(originally done by smart navigation in
ASP.NET 1.X). Is this what you want? If not, would you provide some
further info about the "avoid flicking" so that we can look for some other
approahes?

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
>From: Masudur <mu*****@gmail.com>
Newsgroups: microsoft.public.dotnet.framework.aspnet
Subject: Re: Avoid flicking between pages
Date: Sun, 04 Nov 2007 19:43:41 -0800
>On Nov 5, 7:15 am, "Kevin" <a...@a.comwrote:
>Hi!
Is there anyway to avoid flicking between pages navigation in Asp.Net
2.0,
>like smartnavigation atribute in asp.net 1.1?

Thanks and Regards.

Hi...

MaintainScrollPositionOnPostback is good ....
Check out this link...
http://www.thescripts.com/forum/thread459571.html

Thanks
Masudur

Nov 5 '07 #3
Hi
Thanks for your reply. I've set the "MaintainScrollPositionOnPostback"
attribute in the page, but I'm using masterpage and the masterpage doesn't
have this attribute, and by setting this attribute in the content the page
flick.

"Steven Cheng[MSFT]" wrote:
Thanks for Masudur's input.

Hi Kevin,

ASP.NET 2.0 page provide a "MaintainScrollPositionOnPostback" setting which
can keep page focus between postback(originally done by smart navigation in
ASP.NET 1.X). Is this what you want? If not, would you provide some
further info about the "avoid flicking" so that we can look for some other
approahes?

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
From: Masudur <mu*****@gmail.com>
Newsgroups: microsoft.public.dotnet.framework.aspnet
Subject: Re: Avoid flicking between pages
Date: Sun, 04 Nov 2007 19:43:41 -0800
On Nov 5, 7:15 am, "Kevin" <a...@a.comwrote:
Hi!
Is there anyway to avoid flicking between pages navigation in Asp.Net
2.0,
like smartnavigation atribute in asp.net 1.1?

Thanks and Regards.
Hi...

MaintainScrollPositionOnPostback is good ....
Check out this link...
http://www.thescripts.com/forum/thread459571.html

Thanks
Masudur

Nov 5 '07 #4
Have you tried putting

<meta http-equiv="PAGE-ENTER"
content="RevealTrans(Duration=0,Transition=1)" />

In the head of the html?

-----Original Message-----
From: Kevin [mailto:Ke***@discussions.microsoft.com]
Posted At: Monday, November 05, 2007 9:33 AM
Posted To: microsoft.public.dotnet.framework.aspnet
Conversation: Avoid flicking between pages
Subject: Re: Avoid flicking between pages

Hi
Thanks for your reply. I've set the "MaintainScrollPositionOnPostback"
attribute in the page, but I'm using masterpage and the masterpage doesn't
have this attribute, and by setting this attribute in the content the page
flick.

"Steven Cheng[MSFT]" wrote:
Thanks for Masudur's input.

Hi Kevin,

ASP.NET 2.0 page provide a "MaintainScrollPositionOnPostback" setting
which
can keep page focus between postback(originally done by smart navigation
in
ASP.NET 1.X). Is this what you want? If not, would you provide some
further info about the "avoid flicking" so that we can look for some
other
approahes?

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no
rights.

--------------------
From: Masudur <mu*****@gmail.com>
Newsgroups: microsoft.public.dotnet.framework.aspnet
Subject: Re: Avoid flicking between pages
Date: Sun, 04 Nov 2007 19:43:41 -0800
On Nov 5, 7:15 am, "Kevin" <a...@a.comwrote:
Hi!
Is there anyway to avoid flicking between pages navigation in Asp.Net
2.0,
like smartnavigation atribute in asp.net 1.1?

Thanks and Regards.
Hi...

MaintainScrollPositionOnPostback is good ....
Check out this link...
http://www.thescripts.com/forum/thread459571.html

Thanks
Masudur

Nov 5 '07 #5
Hi Kevin,

I just found the following article which mentioned some issue about using
"MaintainScrollPositionOnPostback" option in ASP.NET 2.0 master page:

http://forums.asp.net/p/1050231/1483268.aspx

also, here is another article which introduces more about how to maintain
scroll position in web page:

http://aspnet.4guysfromrolla.com/articles/111704-1.aspx

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no rights.


--------------------
>From: =?Utf-8?B?S2V2aW4=?= <Ke***@discussions.microsoft.com>
Subject: Re: Avoid flicking between pages
Date: Mon, 5 Nov 2007 06:33:00 -0800

Hi
Thanks for your reply. I've set the "MaintainScrollPositionOnPostback"
attribute in the page, but I'm using masterpage and the masterpage doesn't
have this attribute, and by setting this attribute in the content the page
flick.

"Steven Cheng[MSFT]" wrote:
>Thanks for Masudur's input.

Hi Kevin,

ASP.NET 2.0 page provide a "MaintainScrollPositionOnPostback" setting
which
>can keep page focus between postback(originally done by smart navigation
in
>ASP.NET 1.X). Is this what you want? If not, would you provide some
further info about the "avoid flicking" so that we can look for some
other
>approahes?

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no
rights.
>>
--------------------
>From: Masudur <mu*****@gmail.com>
Newsgroups: microsoft.public.dotnet.framework.aspnet
Subject: Re: Avoid flicking between pages
Date: Sun, 04 Nov 2007 19:43:41 -0800
>On Nov 5, 7:15 am, "Kevin" <a...@a.comwrote:
Hi!
Is there anyway to avoid flicking between pages navigation in Asp.Net
2.0,
>like smartnavigation atribute in asp.net 1.1?

Thanks and Regards.

Hi...

MaintainScrollPositionOnPostback is good ....
Check out this link...
http://www.thescripts.com/forum/thread459571.html

Thanks
Masudur


Nov 6 '07 #6

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

Similar topics

6
by: Igor | last post by:
Hi, I have tab control on one of which pages is subform. When I change data on one of pages and navigate to another, update in database is happened. Is there any way to avoid that? Thanks
11
by: Homam | last post by:
The ASP.NET model is touted as a clean OO approach to developing web pages, yet sometimes the page lifecycle poses silly obstacles that forces you revert to the Olde ASP 3.0 Ways. Here's a rough...
29
by: CAH | last post by:
Hi Can you avoid that googlebot indexes PHPSESSID pages? Googlebot is indexing pages with PHPSESSID, which makes it think my page has a infinite number of pages. How can one avoid this? ...
4
by: Just close your eyes and see | last post by:
Hi all when I was discovering Visual studio .Net 2005, I tried to put about 50 buttons on a form and run the application, but I had got a strange behavior, that is the buttons started to be...
3
by: visu | last post by:
I am currently working on my personl website a completely DB driven web application. in that i ve updating the images thru my admin panel .. but i am getting the old images not the update one when...
0
by: PAF | last post by:
Hi, I'm writing a WinForms application in .NET and I have a problem. I use the WM_SETREDRAW message to avoid flicking in some component during processes (populating, etc...). But when the...
6
by: howa | last post by:
Since it is part fo the standard, why I always heard that we should avoid iframe? any comments? thanks.
4
by: cmrhema | last post by:
Hi All, I have created a website, which works successfully. Now for eg, imagine that the name of my website is ABC. And I have many folders inside it I have many aspx pages and their relevant .cs...
11
Niheel
by: Niheel | last post by:
http://bytes.com/images/howtos/information_overloaded.jpgPaul Graham wrote an interesting article a few months back about how the internet is leading to information overload for information workers...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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...

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.