HiddenField.RaisePostDataChangedEvent Method
.NET Framework 3.0
Notifies the ASP.NET application that the state of the HiddenField control has changed.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The RaisePostDataChangedEvent method is a helper method used by the HiddenField class to notify the ASP.NET application that the state of the HiddenField control has changed.
Notes to Inheritors: This method can be overridden in a derived class to raise change events when it posts back to the server.Community Additions
ADD
Show: