用ExtJS的获取方式应该就可以了把...我是直接用Ext.getCmp("txt_cusname").getValue;不过txt_cusname这个控件如果是runat="server" 要写成<%=txt_cusname.ClientID %>即为Ext.getCmp("<%=txt_cusname.ClientID %>").getValue;