Пример #1
0
    protected void Button1_Click(object sender, EventArgs e)
    {
        string str5;
        str5 = Request.QueryString["eqpid"];
        int id = Convert.ToInt32(str5);

        bll calamcnotify = new bll();
        calamcnotify.amcnotify(id);
        Label7.Text = "Successfully Notified";
    }