Connecting Tech Pros Worldwide Help | Site Map

ScriptManager Navigate event clarification.

 
LinkBack Thread Tools Search this Thread
  #1  
Old February 26th, 2008, 11:25 AM
msch.prv@gmail.com
Guest
 
Posts: n/a
Default ScriptManager Navigate event clarification.

I am using ASP.NET 3.5 Extension and have some questions about the
ScriptManager navigation event.

1. What exactly causes the ScriptManager navigation event to fire? Is
it a change of the url address (caused by adding a history point for
example), clicking on the browser's return button, or something else?
2. Should the navigation event fire only when one of the above events
takes place or always whenever a post-back is issued? 3. Finally, is
there a way to differentiate among the trigger sources, for instance
between the current or an external page? (IsCrossPagePostBack does not
seem to work in my case). TIA for any hints.

  #2  
Old February 26th, 2008, 03:55 PM
bruce barker
Guest
 
Posts: n/a
Default Re: ScriptManager Navigate event clarification.

history points are created by creating bookmarks navigatng to them to
add the bookmark with a decorated url to the browser history (pretty
standard approach). when the user navigates the history, if the url is
decorated (thus identifying the navigation a history checkpoint) then
the navigate event is fired.

-- bruce (sqlwork.com)


msch.prv@gmail.com wrote:
Quote:
I am using ASP.NET 3.5 Extension and have some questions about the
ScriptManager navigation event.
>
1. What exactly causes the ScriptManager navigation event to fire? Is
it a change of the url address (caused by adding a history point for
example), clicking on the browser's return button, or something else?
2. Should the navigation event fire only when one of the above events
takes place or always whenever a post-back is issued? 3. Finally, is
there a way to differentiate among the trigger sources, for instance
between the current or an external page? (IsCrossPagePostBack does not
seem to work in my case). TIA for any hints.
 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Popular Articles

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over 220,662 network members.