dropDownList绑定到数据库,我对第一列加了
this.ddl.Items.Insert(0,"请选择..");
this.ddl.SelectedIndex=0;
默认选中第一列
怎么让验证控件在客户端进行验证,不要用弹出窗口。