I have a Database with a table MASTER.
MASTER has a column Salary with Datatype MONEY.
Now, when i am getting data from database in datagridview, i want to show money column with “Rs.” appended to it.
Like, if salary is 100 in database, i want to view it as Rs. 100 in my datagridview.
Fill method just copies the whole data into datagridview as it is.
How to do it then?
I have a Database with a table MASTER. MASTER has a column Salary with
Share
1 Answer