数据显示不能在datalist上··
这是后台代码:stringname=Request.QueryString["id"].ToString();(Label)DataList1.Items[0].Find...
这是后台代码:
string name = Request.QueryString["id"].ToString();
(Label)DataList1.Items[0].FindControl("国家label").Text = name;
SqlConnection con = new SqlConnection();
con.ConnectionString = "Data Source=.;Initial Catalog=泡面数据库;Integrated Security=SSPI;";
con.Open();
string sql = string.Format("select * from 产品表 where 国家='{0}'", name);
SqlCommand cmd = new SqlCommand(sql, con);
SqlDataReader sr = cmd.ExecuteReader();
sr.Read();
(Image)DataList1.Items[0].FindControl("Image1").ImageUrl = sr["图片"].ToString();
(Label)DataList1.Items[0].FindControl("label1").Text = sr["产品名称"].ToString();
(Label)DataList1.Items[0].FindControl("label2").Text = sr["产品价格"].ToString();
sr.Close();
con.Close();
提示错误:d:\专题\新建文件夹 (2)\分类.aspx.cs(17,58): error CS0117: “System.Web.UI.Control”并不包含“Text”的定义
d:\专题\新建文件夹 (2)\分类.aspx.cs(25,57): error CS0117: “System.Web.UI.Control”并不包含“ImageUrl”的定义
d:\专题\新建文件夹 (2)\分类.aspx.cs(26,57): error CS0117: “System.Web.UI.Control”并不包含“Text”的定义
d:\专题\新建文件夹 (2)\分类.aspx.cs(27,57): error CS0117: “System.Web.UI.Control”并不包含“Text”的定义
求高手······ 展开
string name = Request.QueryString["id"].ToString();
(Label)DataList1.Items[0].FindControl("国家label").Text = name;
SqlConnection con = new SqlConnection();
con.ConnectionString = "Data Source=.;Initial Catalog=泡面数据库;Integrated Security=SSPI;";
con.Open();
string sql = string.Format("select * from 产品表 where 国家='{0}'", name);
SqlCommand cmd = new SqlCommand(sql, con);
SqlDataReader sr = cmd.ExecuteReader();
sr.Read();
(Image)DataList1.Items[0].FindControl("Image1").ImageUrl = sr["图片"].ToString();
(Label)DataList1.Items[0].FindControl("label1").Text = sr["产品名称"].ToString();
(Label)DataList1.Items[0].FindControl("label2").Text = sr["产品价格"].ToString();
sr.Close();
con.Close();
提示错误:d:\专题\新建文件夹 (2)\分类.aspx.cs(17,58): error CS0117: “System.Web.UI.Control”并不包含“Text”的定义
d:\专题\新建文件夹 (2)\分类.aspx.cs(25,57): error CS0117: “System.Web.UI.Control”并不包含“ImageUrl”的定义
d:\专题\新建文件夹 (2)\分类.aspx.cs(26,57): error CS0117: “System.Web.UI.Control”并不包含“Text”的定义
d:\专题\新建文件夹 (2)\分类.aspx.cs(27,57): error CS0117: “System.Web.UI.Control”并不包含“Text”的定义
求高手······ 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询