I want send a parameter to my async call like this:
calendar.WebForm1.GetTable(proj.options[proj.selectedIndex].value,box.options[box.selectedIndex].value,
do_tableCallBack(parameter))
and callbact like this:
function do_tableCallBack(res, parameter)
{
// ...some work
}
But when I send parameter in such way, I get in callback only 1 value:
value of parameter variable in res variable, second parameter is
undefined.
I look throught avaible souce code and samples but don't find the
answer.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---