function x() is called in the body ONLOAD event. This are the steps of
this process

1. on the body onload call function x() to gather data from the server
with function getSomething
2. function getSomething goes to the server and returns a dataset
3. I use the ds to write some buttons inside the callback
4. inside the callback i populate a global array that helps me keep
track of the set of radio buttons and their properties.
5. i try to use this array to check the correct radio button depending
on user default settings(pulled from db via another ajax call)

I simplified this process to the minimal like the example above and
just tried to set a simple global variable inside the callback, but it
never gets updated.

-thanks


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