if(typeof jpf == "undefined") jpf={};
if(typeof jpf.WebSite == "undefined") jpf.WebSite={};
if(typeof jpf.WebSite.CommonControls == "undefined") jpf.WebSite.CommonControls={};
if(typeof jpf.WebSite.CommonControls.UC_ColumnDropDownList == "undefined") jpf.WebSite.CommonControls.UC_ColumnDropDownList={};
jpf.WebSite.CommonControls.UC_ColumnDropDownList_class = function() {};
Object.extend(jpf.WebSite.CommonControls.UC_ColumnDropDownList_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	InitColumnList: function(ControlID, TypeID, SelectID) {
		return this.invoke("InitColumnList", {"ControlID":ControlID, "TypeID":TypeID, "SelectID":SelectID}, this.InitColumnList.getArguments().slice(3));
	},
	GetChildList: function(ControlID, TypeID, SelectID) {
		return this.invoke("GetChildList", {"ControlID":ControlID, "TypeID":TypeID, "SelectID":SelectID}, this.GetChildList.getArguments().slice(3));
	},
	url: '/ajaxpro/jpf.WebSite.CommonControls.UC_ColumnDropDownList,jpf.WebSite.ashx'
}));
jpf.WebSite.CommonControls.UC_ColumnDropDownList = new jpf.WebSite.CommonControls.UC_ColumnDropDownList_class();

