473,406 Members | 2,220 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,406 software developers and data experts.

What is smart navigation

I thought that the term, was referring to the browser remembering for
example the scroll bar position

However my page's SmartNavigation property is set False but the feature seem
to work

Thank you for your advice,

Samuel
Jun 13 '06 #1
3 1172
the "remember the scrool bar position" is set under the Page declerative,
like:

<%@ Page MaintainScrollPositionOnPostback="true" ....

--

Bruno Alexandre
(a Portuguese in Københanv, Danmark)
"Samuel Shulman" <sa************@ntlworld.com> escreveu na mensagem
news:Oh*************@TK2MSFTNGP04.phx.gbl...
I thought that the term, was referring to the browser remembering for
example the scroll bar position

However my page's SmartNavigation property is set False but the feature
seem to work

Thank you for your advice,

Samuel

Jun 13 '06 #2
I actually noticed that it will keep the scroll position between posbacks
only if the property be set to True
But I thought that it is necessary to remember the page number where the
Datagrid has more than one page and in fact it seems to remember without

Samuel

"Samuel Shulman" <sa************@ntlworld.com> wrote in message
news:Oh*************@TK2MSFTNGP04.phx.gbl...
I thought that the term, was referring to the browser remembering for
example the scroll bar position

However my page's SmartNavigation property is set False but the feature
seem to work

Thank you for your advice,

Samuel

Jun 13 '06 #3
The Page.SmartNavigation property is deprecated in ASP.NET 2.0.

http://msdn2.microsoft.com/en-us/sys...avigation.aspx

Also, see :
http://msdn.microsoft.com/netframewo...spx#System.Web

The recommended alternatives are Page.SetFocus and Page.MaintainScrollPositionOnPostBack.

There's a new property which replaces it : pagesSection.SmartNavigation
http://msdn2.microsoft.com/en-us/lib...avigation.aspx

http://msdn2.microsoft.com/en-us/lib...essection.aspx


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Samuel Shulman" <sa************@ntlworld.com> wrote in message
news:Oh*************@TK2MSFTNGP04.phx.gbl...
I thought that the term, was referring to the browser remembering for example the scroll bar
position

However my page's SmartNavigation property is set False but the feature seem to work

Thank you for your advice,

Samuel

Jun 13 '06 #4

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

Similar topics

3
by: nospam | last post by:
Is there going to be any smart navigation in ASP.NET 2.0 for Mozilla or Netscape? Thanks.
2
by: Simone | last post by:
This problem appeared after we moved our application to the production server. On the test and development servers, the smart navigation feature works well, and we don't even see the flash...
0
by: Jason Rodman | last post by:
I have been working on a web app that uses IFrames for our edit screens. A main window contains static information, while an IFrame contains the editable page. I use javascript from the outer page...
1
by: Sal | last post by:
Greetings to all... I have a simple asp.net app. It consists of three aspx pages. I have enabled smart navigation on the pages. The app runs smoothly on the developer machine, but when I upload...
2
by: Guogang | last post by:
We are happy with the result of smart navigate, until recently some of our webpage shows strange behavior. Page color may change to something else. New windows can not open. Dynamic image can not...
1
by: Andy Pickering | last post by:
I'm having a major problem with smart navigation. My page uses the javascript 'setTimeout' function to automatically refresh the page after n seconds (it calls __doPostBack). When I turn on smart...
1
by: Matthew Louden | last post by:
I want to clarify the new feature smart navigation property in ASP.NET. Let's use the example and assume this is in process.asp > > Here's a typical html form: > > <form action="process.asp"...
1
by: Devin | last post by:
I am having a problem of SmartNavigation, wher eit works fine on the test server, but not on the server that I load it up to. I tried placing "page.smartnavigation=false" right before I redirect, but...
1
by: thomson | last post by:
Hi all, i have enabled Smart Navigation in the Page attribute, My Webform has several Webform controls, all applied with style sheets from an external file. Problem --------- When a postback...
0
by: keeper | last post by:
Recently a new windows update for internet explorer was released which seems to have broken stylesheets with smart navigation. The first request for the page works fine, but any subsequent...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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: 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
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...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.