Beispiel #1
0
        protected void btnDelete_Click(Object Sender, EventArgs e)
        {
            int intId = Int32.Parse(Request.QueryString["id"]);

            oResourceRequest.DeleteMilestone(intId);
            Page.ClientScript.RegisterClientScriptBlock(typeof(Page), "reload", "<script type=\"text/javascript\">window.top.location.reload();<" + "/" + "script>");
        }