format decimal value in gridview

后端 未结 4 773
刺人心
刺人心 2021-01-03 07:09

I have a bound field in my Gridview which is getting its value from a database table.

I have got the data but don\'t know how to format it inside the gridview.

4条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-03 07:30

    I think you need to take a look at this MSDN article on How to Format Data in the DataGridView

提交回复
热议问题