看一下更新语句是怎么写的? 如果确定是更新成功的话,那么看一下窗体在加载的时候是不是赋值没有成功
把那个属性改掉,通过修改语句
不知道呀!我是一个初中生,过几年再回答就是了!对不起啦嘛!~
if(RadioButton1.Checked==true)
{
string strsql="update 表名 set 用户编号=X,用户名=Y,年龄=Z,专业系=N,性别=男";
}
else{
string strsql="update 表名 set 用户编号=X,用户名=Y,年龄=Z,专业系=N,性别=女";
}