一个DropDownList,一个TextBox,一个Button怎么实现查询。《完整代码》
2个回答
展开全部
看你DropDownList 的value的值是怎么定义的 如果1表示序号,2表示姓名
button 事件
{
//判断对应的信息
………………
//判断按照学号还是姓名查询
if( this.DropDownList1.SelectedValue==“1”) //也可以用:this.DropDownList1.SelectedItem.Text.Trim()==“学号”
{
strWhere +=“ and 学号 like '%”+TextBox.Text()+"%'"; //至于这个条件怎么写,按照你的需求写就OK了,大概就这样
}
else if( this.DropDownList1.SelectedValue==“2”)
{
strWhere +=“ and 姓名 like '%”+TextBox.Text()+"%'";
}
//.........省略
}
或者:
value的值直接用数据库的字段名定义的
strwhere+=" and "+this.DropDownList1.SelectedValue +" like '%" +TextBox.Text()+"%'";
button 事件
{
//判断对应的信息
………………
//判断按照学号还是姓名查询
if( this.DropDownList1.SelectedValue==“1”) //也可以用:this.DropDownList1.SelectedItem.Text.Trim()==“学号”
{
strWhere +=“ and 学号 like '%”+TextBox.Text()+"%'"; //至于这个条件怎么写,按照你的需求写就OK了,大概就这样
}
else if( this.DropDownList1.SelectedValue==“2”)
{
strWhere +=“ and 姓名 like '%”+TextBox.Text()+"%'";
}
//.........省略
}
或者:
value的值直接用数据库的字段名定义的
strwhere+=" and "+this.DropDownList1.SelectedValue +" like '%" +TextBox.Text()+"%'";
Storm代理
2023-07-25 广告
2023-07-25 广告
StormProxies是一家提供动态代理服务器服务的企业,旨在帮助用户更好地管理网络访问和安全。以下是一些关于StormProxies的IP动态代理服务的特点:1. 高匿名性:StormProxies的动态代理服务器具有高匿名性,可以有效...
点击进入详情页
本回答由Storm代理提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询