I have a RadGrid where I use the ItemDataBound event to modify the text displayed. I have a situation where the Master and Detail table have identical column names. I need to be able to tell which grid (Master or Detail) I'm dealing with in the ItemDataBound event.
It doesn't matter which grid is being binded, the same ItemDataBound code runs for both.
Thanks for you assistance.
Barry
It doesn't matter which grid is being binded, the same ItemDataBound code runs for both.
Thanks for you assistance.
Barry