关于“回发或回调参数无效。”问题 此问题开始我也纠结了很久,按照错误提示是把EnableEventValidation属性设
关于“回发或回调参数无效。”问题
关于“回发或回调参数无效。”问题
protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { Repeater1.DataSource = depart.ReturnAll(); Repeater1.DataBind(); } }