The role of OnItemCommand and the specific role of Onitemdatabound

Source: Internet
Author: User

Repeater control, properties of the DataList control: OnItemCommand When a button or LinkButton control that is declared in ItemTemplate triggers an event, if the control CommandName property content is not an edit, This event is triggered when Cancel, Delete, or update occurs.

When we set the DataSource property of the DataGrid, we call the DataGrid's DataBind () method and bind the data source to the DataGrid, triggering the DataBinding event
When data binding is complete, the ItemDataBound event is triggered, and in the ItemDataBound event, we have the last chance to access the DataGrid's data source, and in the itemcreated and ItemDataBound events we can (DataRowView) (E.item. DataItem), put E. Item: DataItem is cast to the DataRowView object, and then we can access the data source.

The role of OnItemCommand and the specific role of Onitemdatabound

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.