温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:明日供求信息网源码
当前文件:
MingriGongQiu/BackGround/LeaguerInfo.aspx.cs,打开代码结构图
MingriGongQiu/BackGround/LeaguerInfo.aspx.cs,打开代码结构图1using System; 2
using System.Data; 3
using System.Configuration; 4
using System.Collections; 5
using System.Web; 6
using System.Web.Security; 7
using System.Web.UI; 8
using System.Web.UI.WebControls; 9
using System.Web.UI.WebControls.WebParts; 10
using System.Web.UI.HtmlControls; 11
12
public partial class BackGround_LeaguerInfo : System.Web.UI.Page 13
{ 14
Operation operation = new Operation(); 15
protected void Page_Load(object sender, EventArgs e) 16
{ 17
18
} 19
protected void imgBtnAdd_Click(object sender, ImageClickEventArgs e) 20
{ 21
operation.InsertLeaguerInfo(ddlType.Text, txtTitle.Text.Trim(), txtInfo.Text.Trim(), txtLinkMan.Text.Trim(), txtTel.Text.Trim(), DateTime.Now.AddDays(Convert.ToInt32(txtDay.Text.Trim())),chkRecommend.Checked); 22
WebMessageBox.Show("收费信息发布成功!"); 23
} 24
} 25




Operation operation 
}
}