关于字符串处理得问题

stringSQL="selectEmployee_DutyidfromUserInfowhereUser_Name='"+HttpUtility.UrlDecode(R... string SQL = "select Employee_Dutyid from UserInfo where User_Name='" + HttpUtility.UrlDecode(Request.Cookies["username"].Value.ToString()) + "'";
DataTable mydt = Class1.ExecSel(SQL);
string caozuo_project =mydt.Rows[0]["Employee_Dutyid"].ToString();
string[] split = caozuo_project.Split(new Char[] { ',' }, StringSplitOptions.RemoveEmptyEntries);
string sql = "select a.Module_Url,a.Operation_name from Function_module a where a.Module_type='咨询数据' and a.Role_Id in ('"+caozuo_project+"')";
SqlDataAdapter adapter = new SqlDataAdapter(sql, con);
DataSet ds = new DataSet();
con.Close();
adapter.Fill(ds);
adapter.Dispose();

DataTable dt = ds.Tables[0];
if (dt.Rows.Count > 0)
{

this.Repeater1.DataSource =dt;
this.Repeater1.DataBind();
}
else
{

// this.labpage.Text = "当前没有记录";
}

Employee_Dutyid 数据类型是varchar,Role_Id是Int
{6,7,8} ——>{“6”,"7”,"8”} 怎么实现啊
{6,7,8} ——>{“6”,"7”,"8”} 怎么实现啊
这个是一朋友的建议,结果是错误的
string a
a="/""+a.Repare(",","/",/"")+"/"";
展开
 我来答
qian2988
2012-03-16 · 超过41用户采纳过TA的回答
知道小有建树答主
回答量:154
采纳率:100%
帮助的人:126万
展开全部
values.tointeger()
追问
自己解决了 没有人回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式