I am feting data from SQL Server 2005 database by SP and populating ArrayList. After that I am binding that arrayList to GridView. Now I want to create search filter panel from that Grid. Like. <http://www.circuitcity ...
I have a gridview that a with dropdownlist filters. I want to add the functionality filter between two dates. The easiest way that I see to do this is use two textboxes with calender extenders. Here is my generic SELECT command.