摘要:
public static string GetShoppingCartID() { HttpContext hc = HttpContext.Current; //如果有登录ID就返回登录ID if (!string.IsNullOrEmpty(hc.User.Identity.Name)) { 阅读全文
摘要:
我们按照常理写成这样:DataSet ds = SqlHelper.ExecuteDataSet(SqlHelper.Connstr, "select * from CMRC_Products where ModelName like '%@str%'", CommandType.Text, new 阅读全文