DataItem property of DataGridItem, RepeaterItem, DataListItem,GridViewRow

DataItem property of DataGridItem, RepeaterItem, DataListItem,GridViewRow

am 10.01.2008 19:41:01 von Kazi

In all of my cases, the DataItem property of DataGridItem, RepeaterItem,
DataListItem,GridViewRow contain a DataRowView. When will they contain a
different type, and what types can they be?

RE: DataItem property of DataGridItem, RepeaterItem, DataListItem,Grid

am 10.01.2008 23:05:00 von brucebarker

the type will depend on what you are datasource binding to. when you use
something besides a DataView (say a string[]), you will get a different type
in DataItem.

-- bruce (sqlwork.com)


"Jeremy" wrote:

> In all of my cases, the DataItem property of DataGridItem, RepeaterItem,
> DataListItem,GridViewRow contain a DataRowView. When will they contain a
> different type, and what types can they be?
>
>
>