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

Forum statistics

Threads
474,431
Messages
2,571,678
Members
48,796
Latest member
Greg L.

Latest Threads

Top