C#中关于dropdownlist的一个问题
我要判断当前选中的dropdownlist的值是否某值。stringcla=DropDownList2.Text;比如我要判断它的值是否是“中国”我写成if(cla=="...
我要判断当前选中的dropdownlist的值是否某值。
string cla=DropDownList2.Text;
比如我要判断它的值是否是“中国”
我写成if(cla=="中国") 不行
写成 if (DropDownList2.SelectedItem.Value=="中国") 不行
写成 if (DropDownList2.SelectedItem.Text=="test") 不行
到底该咋办呢?求指导!
代码 : string SN = TextBox1.Text;
string fac = DropDownList1.Text;
string cla = DropDownList2.Text;
string num = TextBox2.Text;
if (cla=="test")//要怎么才能让这个if语句起作用。。我怎么写都没用!!!
{
Response.Write("<script>alert('资产已存在,保存失败');</script>");
}
其中dropdownlist的值是从数据库链接过来的。 展开
string cla=DropDownList2.Text;
比如我要判断它的值是否是“中国”
我写成if(cla=="中国") 不行
写成 if (DropDownList2.SelectedItem.Value=="中国") 不行
写成 if (DropDownList2.SelectedItem.Text=="test") 不行
到底该咋办呢?求指导!
代码 : string SN = TextBox1.Text;
string fac = DropDownList1.Text;
string cla = DropDownList2.Text;
string num = TextBox2.Text;
if (cla=="test")//要怎么才能让这个if语句起作用。。我怎么写都没用!!!
{
Response.Write("<script>alert('资产已存在,保存失败');</script>");
}
其中dropdownlist的值是从数据库链接过来的。 展开
4个回答
展开全部
if(DropDownList2.SelectedValue=="中国")
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
在dropdownlist的selectIndexChange事件中写
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
留联系看。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询