Hi! I need to format data before it is displayed (Eg. Phone numbers). Is it possible to use the OnSelected event method of a Strongly Typed DataSource to achieve this? If so, is it clean to do so? And how do I access the data to format it? I know I could use the code behind of the page where the data...