Currency format in gridview
Hi all,I am binding gridview at runtime (autogenerated columns true) without using boundfield or template in aspx file. Stored procedure is getting data into datatable and further gridview datasource is being bind with datatable.
I want to apply currency to one of the column in datatable( but I dont want to do this in Stored procedure).
Can you please tell me how can I apply currency to the dynamically created columns of gridview?
Thanks in advance