Data Grid Vb.net

Posted in Data Grids by admin on February 4, 2010 No Comments yet

Datagird in VB.net?

I have a data grid that I use to display data from a table in my database access. It works well and all the data I want it to display works but I want one of my columns have a "$" before the word number in the Colum because it is a currency. I put this type of currency to that filed in my database, but when data gird fills it only shows the number and no "$" sign. How can the dollar sign appears in front of my number for colum?

Assuming you do this on an ASP.NET page:

ASP.NET Grid – How to Add Custom Filter Values to the Filter Dropdown