// DataSetConverter if(typeof Ajax == "undefined") Ajax={}; if(typeof Ajax.Web == "undefined") Ajax.Web={}; Ajax.Web.DataSet = function(t) { this.__type = "System.Data.DataSet,System.Data"; this.Tables = []; this.addTable = function(t) { this.Tables.push(t); } if(t != null) { for(var i=0; i