asp.net.ph

DataListItemEventArgs.Item Property

System.Web.UI.WebControls Namespace   DataListItemEventArgs Class


Returns the DataListItem associated with either the ItemCreated or ItemDataBound event.

Syntax


Script [ DataListItem variable = ] DataListItemEventArgs.Item

Property Value


variable The DataListItem associated with either the ItemCreated or ItemDataBound event.

The property is read only with no default value.

Remarks

The items in a DataList control are referenced as each item is created or bound to the control. Use this property to programmatically access the DataListItem associated with either the ItemCreated or ItemDataBound event.

See Also

DataListItemEventArgs Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph