DynamicHyperLink.OnPreRender Method (EventArgs)

.NET Framework (current version)
 

Raises the PreRender event.

Namespace:   System.Web.DynamicData
Assembly:  System.Web.DynamicData (in System.Web.DynamicData.dll)

override OnPreRender : 
        e:EventArgs -> unit

Parameters

e
Type: System.EventArgs

The event data.

Exception Condition
InvalidOperationException

The DynamicHyperLink object cannot determine the data table to link to.

This method notifies a DynamicHyperLink control that it should perform any necessary pre-rendering steps before the control saves view state and renders content.

.NET Framework
Available since 4.0
Return to top
Show: