how to display date in gridview header
-
Hello All, I want to display dates in gridview header for eg: If the week start on 12 (Sunday) then i want to display all the week dates in its header as follows. S(12) M(13) T(14) W(15) T(16) F(17) S18 how can i do this? Thanks Rahul
People Laugh on me Because i am Different but i Laugh on them Because they all are same.
-
Hello All, I want to display dates in gridview header for eg: If the week start on 12 (Sunday) then i want to display all the week dates in its header as follows. S(12) M(13) T(14) W(15) T(16) F(17) S18 how can i do this? Thanks Rahul
People Laugh on me Because i am Different but i Laugh on them Because they all are same.
-
Hello All, I want to display dates in gridview header for eg: If the week start on 12 (Sunday) then i want to display all the week dates in its header as follows. S(12) M(13) T(14) W(15) T(16) F(17) S18 how can i do this? Thanks Rahul
People Laugh on me Because i am Different but i Laugh on them Because they all are same.
If you have a data table and you are binding your grid with datatable then gridview header caption will be made by datatable.Columns(0).ColumnName property. Whatever you will assign in ColumnName property of column will become grid view header caption. Let me know this solves your issue or not? Regards, Wasif Ahmad