Пример #1
0
        protected void Btn_Submit_Click(object sender, EventArgs e)
        {
            string CommentText = Comment.Value;
            string ScoreText   = Score.Value;

            if (UrlHtmlUtil.AddEntriesInfoScore(EnrollID, UserNo, ScoreText, CommentText))
            {
                Response.Write("<script language=javascript>alert('评分成功!');</script>");
                GetWorksInfo(EnrollID, UserNo);
            }
        }