摘要: if exists (select * from sysobjects where id = OBJECT_ID('[Admin_Menu]') and OBJECTPROPERTY(id, 'IsUserTable') = 1) DROP TABLE [Admin_Menu] CREATE TAB... 阅读全文
posted @ 2012-03-28 20:49 panpeng 阅读(1039) 评论(0) 推荐(0) 编辑
摘要: LBCRM.BLL.Client bll = new LBCRM.BLL.Client(); LBCRM.Model.Client model = new LBCRM.Model.Client(); model.Client_Name = txtCustomerName.Text.Trim(); model.Client_Addr = txtCustomerAddress.Text.Trim(); model.Client_Phone = txtCustomerPhone.Text.Trim(); model.Client_Fax = txtCustomerFax.Text.Trim(); . 阅读全文
posted @ 2012-03-28 20:41 panpeng 阅读(152) 评论(0) 推荐(0) 编辑
摘要: Response.Write("<script>alert('评论信息不能为空');</script>");public partial class _Default : System.Web.UI.Page{ protected void Page_Load(object sender, EventArgs e) { } protected void Button1_Click(object sender, EventArgs e) { if (TextBox1.Text == "admin" && 阅读全文
posted @ 2012-03-28 20:36 panpeng 阅读(164) 评论(0) 推荐(0) 编辑
摘要: INSERT INTO dbo.ParameterItem ([UpdateId] ,[ItemID],[ParameterId],[ItemDesc],[ItemNo],[ItemValue],[CreateDate],[UpdateDate]) VALUES ('3','22222222-2222-2222-2222-222222222225','22222222-2222-2222-2222-222222222229','1','1','快速食品',getdate(),getdate()) 阅读全文
posted @ 2012-03-28 13:48 panpeng 阅读(324) 评论(0) 推荐(0) 编辑
摘要: "INSERT INTO [td_Account] ([AccountName],[Password],[AccountType],[RegisteredDate],[LastLoginDate],[IsBlocked],[ChattingBlocked],[MGameEventType],[Con... 阅读全文
posted @ 2012-03-28 07:35 panpeng 阅读(195) 评论(0) 推荐(0) 编辑