Filter Datagrid Between Dates

A

Allan

Is there a basic smaple out there that has one or two calendar controls on a
web form that will sort a gridview control between dates?

Any help appreciated.

Allan
 
S

Stan

Is there a basic smaple out there that has one or two calendar controls on a
web form that will sort a gridview control between dates?

Any help appreciated.

Allan

By "sort" do you mean filter?

For sorting, Gridview has a mechanism using the header row. Just
supply a sort expression for each column you want to sort on and
enable sorting via the propertied window.

Then is no general solution for filtering because it depends on the
DataSource, which is where the filtering actually occurs. GridView
itself cant do it.

HTH
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top