摘要:
string l_sql = "Update CN_PRODUCT set [P_Name]='" + P_Name + "',[P_Content]='" + P_Content + "',[P_Picture]='" + P_Picture + "',[Class_ID]='" + brand_ID + "',[Price]='" + price + "',[Year]='" + Year ... 阅读全文
摘要:
public partial class cn_Product_Product_more : System.Web.UI.Page{ public string tppath; HKMS.SQLHelper g_Help = new HKMS.SQLHelper(); protected void Page_Load(object sender, EventArgs e) { if (!IsPos... 阅读全文