Exemple #1
0
        protected void Page_Load(object sender, EventArgs e)
        {
            binglive();
            int id;

            if (!IsPostBack)
            {
                if (Request.QueryString["liveid"] != null)
                {
                    id = Convert.ToInt32(Request.QueryString["liveid"].ToString());
                    LiveBll.deletelive(id);
                    binglive();
                }
            }
        }