FilterRepeater.OnFilterItemCreated Method (RepeaterItem)
.NET Framework (current version)
Called for every item and alternating item template that is being instantiated by this FilterRepeater control during data binding.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
Parameters
- item
-
Type:
System.Web.UI.WebControls.RepeaterItem
The contents of the item template.
You can override this method to customize the contents of the item template while the items are being created. Data is available for each item when this method is called.
.NET Framework
Available since 3.5
Available since 3.5
Show: