If you change the url, you're going to get a post back, with only one exception.
 
You can change something after the hash (the # symbol used for bookmarks).
 
This will not cause a post back. BUT... it also is **NEVER** seen on the server. It's 100% client only. So what you have to do if you're loading from a bookmark, is read in the hash on the client, and process a callback to the server, to get the proper content loaded.
 
-=- Scott

 
On 4/5/06, Friendster <[EMAIL PROTECTED]> wrote:

hai

First of all, Thanks for the Replay.

  I had to change the parameters in the url dynamically suppose if i
have a url like this

http://localhost/AP/UI/headeredit.aspx?=sessionid=""&assetid=""&editmode=true

i want to change the editmode parameter to true and false dynamically
useing ajaxpro


www.kbAlertz.com MS Knowledge Base Alertz
-- www.myKB.com Knowledge Base Software
-- www.EasySearchASp.net Search Engine

My Community Includes ...
-- www.ASPInsiders.com Member
-- ASP.NET MVP ( http://scottcate.url123.com/MVP2006 )
-- www.AZGroups.com Arizona .NET User Group Leader
-- www.INETA.org User Group Liaison, AZ,NV,NM

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ajax.NET Professional" group.

To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]

For more options, visit this group at http://groups.google.com/group/ajaxpro

The latest downloads of Ajax.NET Professional can be found at http://www.ajaxpro.info
-~----------~----~----~----~------~----~------~--~---

Reply via email to