Click here to Skip to main content
15,896,726 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a DateTime Property in my Model called AppDate. I need to build a Date Range Selector that works on client side so the user can choose to view all applications submitted in a specified range. Example: I want to see all applications between 1/1/2013 and 2/1/2013.

I need help with the controller and the view.

Any help would be highly appreciated...
Posted

1 solution

There are tons of date selector controls available. If I understand, you want to specify a date range for a control. Using an existing control, is easy. Writing your own, is too hard a question for a forum reply.
 
Share this answer
 

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