Click here to Skip to main content
15,890,438 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

I have a grid view and in which i have start date and end date columns i want to filter certain period and display in the grid.

Can any one help me out in implementing this in ASP.Net with VB

Regards,
M.Swetha
Posted

1 solution

One of the various ways:
1. Place filter textbox(s) based on your need
2. Use an event, like a Filter button which will trigger filter
3. Form a Dataview with the filter criteria
4. Rebind the grid with Dataview

Try!
 
Share this answer
 
Comments
swetha Malyala 2-Sep-10 23:51pm    
Hi Sandeep,
i have implemented that filters earlier
What i was looking for is filtering date using date picker or a calender!
Sandeep Mewara 3-Sep-10 10:46am    
You can do it by having a custom header in grid where a textbox is kept. On typing ajax would fire and update the grid accordingly. If you are unable to do it then use this site search or google, you should get some sample.

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