Asp.net filter gridview records with dropdownlist selection by days

dl1217

New Member
I have a table with the columns "posttid", "Question", "answer", "postdate".I want a \[code\]DropDownList\[/code\] with the options "today", "last two days", and "all".When we select the value from dropdown, then the \[code\]GridView\[/code\] should show the related value except postid.
 
Back
Top