can anybody give m articele or pdf or any other stuff-regarding datagrid_itemdatabound...
Or explain,the working procedure of this particular evenhandler....
regards,,,
preetham

Recommended Answers

All 2 Replies

can somebody,plz reply m -abt what is meant by itemdatabound& its working procedure...
i searched google-for this topic.but,it was all in vain...plzzz

http://vbjunkies.com/Tutorial/47792CB0-0990-4BD8-BF84-B6063C4C9BBC.dcik

Every data bound control exposes an ItemDataBound event that we can handle. This event fires with each item that is data bound. In the case of a DataGrid, the ItemDataBound event fires for each DataGridItem (row) in the DataGrid. Since we can capture the ItemDataBound event for each row, we can capture values from the row, such as the CustomerID for the specified row, and dynamically create and add controls to the Controls collection of one of the columns (cells).

other links
http://datawebcontrols.com/faqs/CustomizingAppearance/ConditionalFormatting.shtml
http://msdn2.microsoft.com/en-us/library/system.web.ui.webcontrols.datagrid.itemdatabound(vs.71).aspx

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.