Processes the postback data for the System.Web.UI.HtmlControls.HtmlTextArea control.
true if the System.Web.UI.HtmlControls.HtmlTextArea control's state has changed as a result of the postback; otherwise, false.
The HtmlTextArea.LoadPostData(string, System.Collections.Specialized.NameValueCollection) method checks whether the postback value of the System.Web.UI.HtmlControls.HtmlTextArea control is different from its previous value, and if so, returns true.
The HtmlTextArea.LoadPostData(string, System.Collections.Specialized.NameValueCollection) method is used primarily by control developers extending the functionality of the System.Web.UI.HtmlControls.HtmlTextArea control.