Hello Team.
I have a table in SQL Server where i am storing Months as integer means
MonthID = MonthNames
1 = January
2 = Feburary
3 = March
4 = April
5 = May
6 = June
7 = July
8 = August
9 = September
10 = October
11 = Novemeber
12 = December
I am fetching data from table what i am trying to do is i want to convert 1 = January
i.e. if in dataset the Monthid is 1 then in the grid it should show as January not 1
Regards,
Raj.Trivedi
Regard's
Raj.Trivedi
"Sharing is Caring"
Please mark as answer if your Query is resolved