前台:

<input type="hidden" name="content" value="content"> 

后台:

Request.Form["content"].ToString();

切记:name不能缺少,id可由可无。

相关文章: