由于某些原因。我要使用HtmlControls中的HtmlTextArea.但不知道如何得到它的值的。
我是这样的:
protected System.Web.UI.HtmlControls.HtmlTextArea Content;void page_load(.........)
{
string ttt = Content.Value;
}结果它说我“未将对象引用设置到对象的实例。”