Modifying a db value before it's databound
Hi,
If I want to modify a db value as it's about to be bound, in for example a gridview, how do I do this? For instance, I may want to change a name field as 'anonymous' dependent on certain conditions. I can change the formatting of the value on rowdatabound but not the value itself.
regards, Guy
Last edited by guynorton; October 7th, 2011 at 10:34 AM..
|