For each row in a particualr column (nth column) I am computing the data
from different columns and putting the data during ItemDataBind event. I
have a specific requirement as if all the rows in that column (nth column)
is "T" then I want to change the cell data to "transfer". Unless
ItemDataBind event completes it is not possible to read the data from all
rows. If the data in all the rows of this column is "T", I want to make the
cell data as "transfer". Which event I should use to implement this logic.
I am using .Net Framework 1.1.
Thanks,
Smith
Eliyahu Goldin - 23 Jun 2005 10:38 GMT
PreRender
Eliyahu
> For each row in a particualr column (nth column) I am computing the data
> from different columns and putting the data during ItemDataBind event. I
[quoted text clipped - 6 lines]
> Thanks,
> Smith