Exemplo n.º 1
0
        protected void RPT_ItemCommand(object source, RepeaterCommandEventArgs e)
        {
            int id = Convert.ToInt32(e.CommandArgument);

            keyBll.Del(id);
            MyBind();
        }