if(typeof Iskur == "undefined") Iskur={};
if(typeof Iskur.Shared == "undefined") Iskur.Shared={};
if(typeof Iskur.Shared.Web == "undefined") Iskur.Shared.Web={};
if(typeof Iskur.Shared.Web.Controls == "undefined") Iskur.Shared.Web.Controls={};
if(typeof Iskur.Shared.Web.Controls.General == "undefined") Iskur.Shared.Web.Controls.General={};
if(typeof Iskur.Shared.Web.Controls.General.ListBoxes == "undefined") Iskur.Shared.Web.Controls.General.ListBoxes={};
if(typeof Iskur.Shared.Web.Controls.General.ListBoxes.IskurAjaxParameterComboBox == "undefined") Iskur.Shared.Web.Controls.General.ListBoxes.IskurAjaxParameterComboBox={};
Iskur.Shared.Web.Controls.General.ListBoxes.IskurAjaxParameterComboBox_class = function() {};
Object.extend(Iskur.Shared.Web.Controls.General.ListBoxes.IskurAjaxParameterComboBox_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	FetchDetails: function(tableName, referanceColumn, value, dataTextField, dataTextFieldSecondary) {
		return this.invoke("FetchDetails", {"tableName":tableName, "referanceColumn":referanceColumn, "value":value, "dataTextField":dataTextField, "dataTextFieldSecondary":dataTextFieldSecondary}, this.FetchDetails.getArguments().slice(5));
	},
	url: '/ajaxpro/Iskur.Shared.Web.Controls.General.ListBoxes.IskurAjaxParameterComboBox,Iskur.Shared.ashx'
}));
Iskur.Shared.Web.Controls.General.ListBoxes.IskurAjaxParameterComboBox = new Iskur.Shared.Web.Controls.General.ListBoxes.IskurAjaxParameterComboBox_class();

