Click here to Skip to main content
15,894,180 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have created a GridView and binded it using dataTable which is filled by SqlDataAdapter. I have also created a table in sql server 2005 which contains a column named ‘Calls_Date’ which has data type of ‘DateTime’.

I have also set the AllowPaging property to true and PagerSettings-Position to bottom. Now I want to display month wise records in grid view. I want to display January to December months not 1,2,3... in pager links . If user select ‘March’ month pager link then only records will be selected which has March month in ‘Calls_Date’ column.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900