Esempio n. 1
0
 protected void btnReply_Click(object sender, EventArgs e)
 {
     thr.PostReply(txtContent.Text);
     Response.Redirect("ThreadView.aspx?threadid=" + thr.ThreadID + "&reply=1&section=" + section + "&category=" + category);
 }