o0JoeCool0o, see here:
(1) calendar.WebForm1.GetTable( proj.options[proj.selectedIndex].value,

box.options[box.selectedIndex].value,

do_tableCallBack(parameter));
I know how to send sevral parameters to server-side code, also I know
how to return sevral parameters from server-side function. But I don't
know how send some client-side values to callback function without
sending them to the server. I want to create some callback like this:
 function do_tableCallBack(res, parameter)
{
        // ...some work

} 

where value parameter is value I write in (1).


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