Method |
Description |
LoadPostData |
Overloaded. Processes postback data for an ASP.NET server control and returns True if the server control's state changed as a result of the postback; otherwise False. |
RaisePostDataChangedEvent |
Signals the server control object to notify the ASP.NET application that the state of the control has changed. |
ParseValues |
Parses the values to be displayed when the field is of type dropdown. |
RenderBeginTag |
Renders the HTML opening tag of the control into the specified writer. |
RenderEndTag |
Renders the HTML closing tag of the control into the specified writer. |
ResetMessageId |
Resets the MessageId property. |