if(typeof Registration == "undefined") Registration={};
Registration_class = function() {};
Object.extend(Registration_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ShowCity: function(tcState) {
		return this.invoke("ShowCity", {"tcState":tcState}, this.ShowCity.getArguments().slice(1));
	},
	returnLeg: function(tcIntroId) {
		return this.invoke("returnLeg", {"tcIntroId":tcIntroId}, this.returnLeg.getArguments().slice(1));
	},
	returnLeg1: function(tcIntroId) {
		return this.invoke("returnLeg1", {"tcIntroId":tcIntroId}, this.returnLeg1.getArguments().slice(1));
	},
	CountLeg: function(tcIntroId) {
		return this.invoke("CountLeg", {"tcIntroId":tcIntroId}, this.CountLeg.getArguments().slice(1));
	},
	checkEPin: function(txtEpin) {
		return this.invoke("checkEPin", {"txtEpin":txtEpin}, this.checkEPin.getArguments().slice(1));
	},
	BothMembers: function() {
		return this.invoke("BothMembers", {}, this.BothMembers.getArguments().slice(0));
	},
	SaveData: function(DOJ, txtName, ddlCareOf, txtCareOf, Dob, ddlSex, txtAddress, ddlState, ddlCity, txtPinCode, txtPhones, txtMobile, txtEmail, txtProfession, ddlMStatus, txtNName, txtRelation, NDOB, ddlScheme, ddlMode, txtDDNo, DDDate, txtintroid, leg, SpillLeg, txtBankName, txtBranchName, txttxtAcNo, txtPanNo, txtEpin, txtPassword1) {
		return this.invoke("SaveData", {"DOJ":DOJ, "txtName":txtName, "ddlCareOf":ddlCareOf, "txtCareOf":txtCareOf, "Dob":Dob, "ddlSex":ddlSex, "txtAddress":txtAddress, "ddlState":ddlState, "ddlCity":ddlCity, "txtPinCode":txtPinCode, "txtPhones":txtPhones, "txtMobile":txtMobile, "txtEmail":txtEmail, "txtProfession":txtProfession, "ddlMStatus":ddlMStatus, "txtNName":txtNName, "txtRelation":txtRelation, "NDOB":NDOB, "ddlScheme":ddlScheme, "ddlMode":ddlMode, "txtDDNo":txtDDNo, "DDDate":DDDate, "txtintroid":txtintroid, "leg":leg, "SpillLeg":SpillLeg, "txtBankName":txtBankName, "txtBranchName":txtBranchName, "txttxtAcNo":txttxtAcNo, "txtPanNo":txtPanNo, "txtEpin":txtEpin, "txtPassword1":txtPassword1}, this.SaveData.getArguments().slice(31));
	},
	url: '/ajaxpro/Registration,App_Web_rrgttqlp.ashx'
}));
Registration = new Registration_class();


