编译器错误信息: CS0019: 运算符“&”无法应用于“string”和“string”类型的操作数源错误: 行 40:             index_hits.DataBind();
行 41: 
行 42:  String sql_showcontent="select * from  webdata where taxis="&showid;
行 43:  SqlDataAdapter Cmd_showcontent=new SqlDataAdapter(sql_showcontent,Con);
行 44:  Cmd_showcontent.Fill(ds, "showcontent");
 源文件: D:\asp.net\llyzindex.aspx.cs    行: 42