Click here to Skip to main content
16,000,841 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a Grid view,there are multiple columns in grid view.In Grid View one of my Column is "Status". In Status column we are showing three type like
Shipped,Cancel.Status is not any column in database.On the behalf of some condition
we are showing this filed.

There is a drop down list out side of grid view.There are three texts in drop down
Shipped,Cancel.Status.
So we want filtering from the drop down what we select in drop down those records
should be show.Status is not any column of database so we want filtering with the help of Gridview.And Status is binding in Rowdatabound event.
Posted
Comments
[no name] 28-Aug-12 2:59am    
WinForm, WPF or Asp.Net?

1 solution

 
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