PDA

View Full Version : How do I format Column when a Gridview loads?



Bsbosa.com
07-14-2010, 09:54 PM
How do I format Column when a Gridview loads?

Details:
I have a grid named : SubcategoryGrid
the grid is binded to a data binding source.


there is a column in that grid(double type), I need to apply a simple conversion formula after the data binding completes

what gridview argument do I use? or how would I go on about this?