918博天堂

Server : Microsoft-IIS/10.0
System : Windows NT EBS-6136 10.0 build 17763 (Windows Server 2016) i586
User : jxgj ( 0)
PHP Version : 7.0.33
Disable Function : passthru,exec,system,shell_exec,proc_open,popen,pcntl_exec,socket_bind,stream_socket_server
Directory :  D:/tmp_aspnet/root/a99112df/ca2a8923/
Upload File :
Current Directory [ Writeable ] Root Directory [ Writeable ]


Current File : D:/tmp_aspnet/root/a99112df/ca2a8923/App_Web_wh-_kcfk.5.cs
?#pragma checksum "D:\wwwroot\ldxynb\wwwroot\Back\info\guanggaowei.aspx.cs" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "909FD9EF7DC8BC8C2451A9E837AC76E7"

#line 1 "D:\wwwroot\ldxynb\wwwroot\Back\info\guanggaowei.aspx.cs"
using System;
using System.Collections;
using System.Configuration;
using System.Data;
using System.Web;
using System.IO;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.HtmlControls;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Data.OleDb;
using CoreClass;
using System.Data.SqlClient;

public partial class Back_Info_guanggaowei : System.Web.UI.Page
{
    #region 域界说

    CoreClass.DBCommon dbc = new DBCommon();
    CoreClass.PublicFunction pubfun = new PublicFunction();
    Zhongbiao bs = new Zhongbiao();
    public int adminid;
    public int channelid;
    public string col = "info";
    #endregion

    
    protected void Page_Load(object sender, EventArgs e)
    {
        if (!IsPostBack)
        {
            dlBind();
        }
    }
     
    protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e)
    {
        if (e.Row.RowType == DataControlRowType.DataRow)
        {
            //((LinkButton)(e.Row.Cells[5].Controls[0])).Attributes.Add("onclick", "return confirm('确定要删除吗?')");  
        }
    }
    protected void GridView1_RowDeleting(object sender, GridViewDeleteEventArgs e)
    {
        //int id = int.Parse(GridView1.DataKeys[e.RowIndex].Value.ToString());//删除数据字段;
        //bs.user("delete from ggao where zb_id=" + id);
        //dlBind();

    }
   
    public void dlBind()
    {
        bs.bind("select * from ggao order by tp_id asc", GridView1);

        
        //this.GridView1.DataSource = ps;
        //this.GridView1.DataBind();
        
    }
    protected void GridView1_PageIndexChanging(object sender, GridViewPageEventArgs e)
    {
        GridView1.PageIndex = e.NewPageIndex;
        dlBind();
    }
    protected void Button1_Click(object sender, EventArgs e)
    {
        bs.user("update ggao set tp_url='HaodeUpload/UploadedFiles/20170827112507.png' where tp_id=8");
        bs.java("批改成功", "guanggaowei.aspx");

    }
}



#line default
#line hidden