I'm using Visual Studio 2010 and developing in Visual Basic. I have a gridview in a web form and I need for some cell to show - % beside the number- pp (percentage point) beside the number- just a numberThis varies between columns and rows like for example:\[code\]KPI 2012 2013 varVolume 18 20 11%VolumeToRevenue 10% 15% 5pp\[/code\]Any ideas how to achieve this?