Click here to Skip to main content
15,887,027 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello Everyone,

I am facing problem while filtering data from gridview. kindly give your valuable suggestions.
i.e i need to search particular table data from U.I. if the table exists, it will display complete table data to the user.
Rather than this, user wants to see particular data, means from the given gridview range(min & max) also need to show data.
here primarily i'll display primary field of the table with min & max range(textboxes in item template). if user wants, can select multiple table fields(with min&max ranges) dynamically with select fields options.

see the below example once.

eg ID 30 to 150
name satish to jayram
country india to
zip to

in the above example first filtering is starts from ID column, it filters data from 30-150, in that again data will filter name field data from satish - jayram, again from that data it'll filter india country field.

how all these filteration can be achieved. it's similar to SAP ABAP SE16 functionality.
kindly help me how can i achieve it in .net

Thanks in Advance.
Satish Chandragiri.
Posted
Updated 2-Apr-13 0:48am
v2
Comments
Karthik Harve 2-Apr-13 6:49am    
[Edit] removed big tag from the question.

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