protected void btnSave_Click(object sender, EventArgs e)
        {
            string pid = Request.QueryString["pid"];

            if (!string.IsNullOrEmpty(pid))
            {
                Valuer v   = new Valuer();
                string wid = v.GetNewWhichId(pid, "kneeosteoarthritisPain");
                v.SavePageObjects(this.Page, pid, "kneeosteoarthritisPain", wid);
                Response.Redirect("kneeosteoarthritisPain.aspx?pid=" + pid + "&wid=" + wid);
            }
        }
Пример #2
0
        protected void btnSave_Click(object sender, EventArgs e)
        {
            string pid = Request.QueryString["pid"];

            if (!string.IsNullOrEmpty(pid))
            {
                Valuer v   = new Valuer();
                string wid = v.GetNewWhichId(pid, "VarusValgusDeformity");
                v.SavePageObjects(this.Page, pid, "VarusValgusDeformity", wid);
                Response.Redirect("VarusValgusDeformity.aspx?pid=" + pid + "&wid=" + wid);
            }
        }