コード例 #1
0
 protected void Button1_Click(object sender, EventArgs e)
 {
     li.uid     = Session["uid"].ToString();
     li.eid     = Request["pid"].ToString();
     li.fname   = lblfnamedata.Text;
     li.comment = Editor1.Content;
     li.insert_all_comment(li);
     get_comments();
 }