Wednesday, July 07, 2004

VJs Tip Of The Day - July 7th 2004

DataGrid.ItemDataBound Event

The ItemDataBound event is raised after an item is data bound to the DataGrid control... This event provides you with the last opportunity to access the data item before it is displayed on the client. After this event is raised, the data item is nulled or no longer available...

You would land up using this event if you are making changes to the display of your data grid... Read more about the event and sample code in MSDN...

No comments: