In regards to the Firefox/Safari "Undefined" error. I believe it is
occuring when I pass an Ajax.Web.DataTable as a javascript function
parameter.

Error occuring when calling the gridValues javascript function(dtValues
is a Ajax.Web.DataTable):
gridValues (dtValues);  --calling this javascript function to add
additional rows to dtValues
ds.addTable(dtValues); --adding the DataTable to a DataSet for sending
to the server-side method
Conx.Sys.Ajax.asyncFunction(ds, container, actionCtrl, asyncCallBack);
--calling server-side method

The dtValues DataTable is being populated successfully when using
Internet Explorer, and is sent back to the calling function OK. It
breaks at the completion of the gridValues function in Firefox. I am
guessing that my problem is my poor javascripting - anyone have a clue.
thanks, g


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