asp.net.ph

GridViewRowEventArgs.Row Property

System.Web.UI.WebControls Namespace   GridViewRowEventArgs Class


.NET Framework version 2.0

Returns the GridViewRow associated with either the RowCreated or RowDataBound event.

Syntax


Script [ GridViewRow variable = ] GridViewRowEventArgs.Row

Property Value


variable The GridViewRow associated with either the RowCreated or RowDataBound event.

The property is read only with no default value.

Remarks

The rows in a GridView control are referenced as each row is created or bound to the control. Use this property to programmatically access the GridViewRow associated with either the RowCreated or RowDataBound event.

See Also

GridViewRowEventArgs 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