Thx for your reply...
 
I have 2 dropdown list on page A.aspx the first with a list of cars and 2nd with car models
 
eg: BMW in the first list and model X5 in the 2nd (default values)
 
 
When the user changes the first dropdown the 2nd is refreshed automatically using an Ajax method.
 
I then submit the form with user values to page B (mercedes and A class for eg:) when the user clicks on back button in the browser the values I get in the list are BMW and X5 but should be mercedes and class A (user selection).
 
Do u have an example covering my problem?

Thx
 
Attilio
 
2006/4/25, skip <[EMAIL PROTECTED]>:

You have to create an array, each time you call an ajax function you
put an string (or object) in the array representing that action.
When your back button is clicked you look in the array what the lasted
action was, and call it. Then remove that item from the arraylist.



--~--~---------~--~----~------------~-------~--~----~
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