I am looking for rowdata bound event that we have in asp.net gridview. What I am trying to achieve is this.
e.row.rowtype == datacontrolrowtype.datarow
on data bound event of webdata grid , but it is not working so how can I achieve this. Suggestion on how get the type of row and its event would be helpful.