Is there a quick way to tell if an e.item is in detail view? I'm having problem with ItemDataBound and ItemCreated not finding the columns because it in detail view. I just want to check if it's in detail view and skip the code.
You can check the e.Item.OwnerTableView.Name of the detail table... But was just wondering if their was something like e.Item isDetailView or something around that line.