var _p = p + "'customers':{'ORDER_NO':'"+$("#<%=Order_number.ClientID%>").val()+"','user_name':'" + $("<%=Username.ClientID%>").val() + "','user_type':'" + $("<%=RadioButtonList1.ClientID%>").val() + "','identify_type':'" + $("<%=ID_type.ClientID %>").val() + "','identify_no':'" + $("<%=ID_number.ClientID %>").val() + "','mobile_no':'" + $("<%=MobilePhone.ClientID %>").val() + "','fax_no':'" + $("<%=Telautogram.ClientID %>") + "','address':'" + $("<%=Address.ClientID %>").val() + "','post_code':'" + $("<%=postal_code.ClientID %>").val() + "','org_no':'" + $("<%=Organization_code.ClientID %>").val() + "','linkman':'" + $("<%=Linkman.ClientID%>").val() + "','Bill_unit':'" + $("<%=Invoice_title.ClientID %>") + "','Telephone_no':'" + $("<%=Phone.ClientID %>").val() + "'}}";
以上获取的控件值是undefined,,不懂。