This is a migrated thread and some comments may be shown as answers.

ItemDataBound

1 Answer 152 Views
ListView
This is a migrated thread and some comments may be shown as answers.
Neil
Top achievements
Rank 1
Neil asked on 05 Mar 2010, 06:37 PM
I am trying to convert a DataList to a ListView.  The DataList has an ItemDataBoundEvent that I need to add to the ListView, what is the event argument for a list view?:

protected void dListItems_ItemDataBound(object sender, DataListItemEventArgs e)
{

}

1 Answer, 1 is accepted

Sort by
0
Accepted
Daniel
Telerik team
answered on 05 Mar 2010, 09:45 PM
Hello Neil,

Please examine the link below:
ItemDataBound Event

Sample code:
protected void RadListView1_ItemDataBound(object sender, RadListViewItemEventArgs e)
{
    //...
}

Let me know if you need more information.

Best regards,
Daniel
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
ListView
Asked by
Neil
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Share this question
or