02 2020 档案
摘要:OnRowDataBound="hwd" GridView中添加 protected void hwd(object sender, GridViewRowEventArgs e) { if (e.Row.RowType == DataControlRowType.DataRow) { for (i
阅读全文
摘要:protected void Page_Load(object sender, EventArgs e) { string str_provider = "Provider=Microsoft.Jet.OLEDB.4.0;"; string str_source = "Data Source=" +
阅读全文
摘要:public partial class _Default : System.Web.UI.Page{ protected void Page_Load(object sender, EventArgs e) { } /// <summary> /// 更新确认数据 /// </summary> p
阅读全文
摘要:protected void Button1_Click(object sender, EventArgs e) { int res; string c1 = this.TextBox1.Text.ToString(); string dw = this.DropDownList1.Selected
阅读全文
摘要:string kk = shuju().Rows[1]["c1"].ToString();
阅读全文
摘要:private static DataTable shuju() { OleDbConnection conn = new OleDbConnection("provider=microsoft.jet.oledb.4.0;data source=|datadirectory|data.mdb;")
阅读全文
摘要:<appSettings> <add key="connstring" value="provider=microsoft.jet.oledb.4.0;data source=|datadirectory|***.mdb"/> <!--<add key="connstringdata" value=
阅读全文
摘要:protected void Button1_Click(object sender, EventArgs e) { string bh = this.TextBox1.Text.Trim(); string pass = this.TextBox2.Text.Trim(); DataTable d
阅读全文
摘要:<h4 style="background: #FFCC99; color: #fff;"> 6121919.cn©2020 <a href="http://www.beian.miit.gov.cn" target="_blank">冀ICP备17021970号-1</a></h4>
阅读全文
摘要:this.DropDownList1.SelectedIndex > 0 && this.DropDownList3.SelectedIndex
阅读全文
摘要:<a href='<%#Eval("c2","file/{0}") %>'>查看邮箱数据文件</a>
阅读全文
摘要:protected void Button2_Click(object sender, EventArgs e) { if (DropDownList1.SelectedIndex>0) { Session["kk"] = this.DropDownList1.SelectedValue.Trim(
阅读全文
摘要:protected void Button1_Click(object sender, EventArgs e) { if (this.DropDownList1.SelectedIndex > 0) { string xx = this.DropDownList1.SelectedValue.Tr
阅读全文
摘要:protected void Button3_Click(object sender, EventArgs e) { if (this.TextBox1.Text.ToString().Trim()=="101") { this.Button1.Visible = true; this.Button
阅读全文
摘要:protected void Button2_Click(object sender, EventArgs e) { FileInfo fi = new FileInfo(Server.MapPath(".") + @"\kk.xls"); if (fi.Exists) { fi.Delete();
阅读全文
摘要:protected void Button1_Click(object sender, EventArgs e) { OleDbConnection conn = new OleDbConnection("provider=microsoft.jet.oledb.4.0;data source=|d
阅读全文

浙公网安备 33010602011771号