TextBox::RaisePostDataChangedEvent Method ()
.NET Framework (current version)
Invokes the OnTextChanged method when the posted data for the TextBox control has changed.
Assembly: System.Web (in System.Web.dll)
The RaisePostDataChangedEvent method invokes the OnTextChanged method if the posted data for the TextBox control has changed. If the CausesValidation property is true, the controls in the validation group set in the ValidationGroup property are validated.
.NET Framework
Available since 2.0
Available since 2.0
Show: