代碼應該沒什麼問題啊
你設斷點跑一下
看有沒有運行這段代碼
{
this.DataGrid2.Visible=ture;
this.DataGrid2.DataSource=ds.Tables["DataGrid2"].DefaultView;
this.DataGrid2.DataBind();
conn.Close();
}
else
{
this.DataGrid2.Visible=false;
}
[此贴子已经被作者于2006-11-17 20:47:36编辑过]
不知道怎么回事我的就运行不出想要的效果!!我用的是ACCESS数据库,应该不是这个问题吧!
大家提供的方法我都试过了!都不行!!!!!
wohemachen的方法控件不管数据库有没有内容都隐藏起来了!!!!
bygg的方法不管数据库有没有内容控件都显示在那里!!!!!
tianlei的方法我看不明白!!!!ColumnsName是什么??还有你设置的"字段1""字段2"是什么?
碰到这种没来由的问题,小弟我失望到极点了!谢谢大家!!!!!
我的代码里面为什么不能用精确查询,如下,老提示"标准表达式中数据类型不匹配."
哪出错了啊?
string strsql="select newsImg from hotNews where ID = '"+myID+"'";
而要用
string strsql="select newsImg from hotNews where ID like '"+myID+"'";
才行!!!