Click here to Skip to main content
15,890,845 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

I have a report and i want to give filtration functionality for this report,

I want to use multiple dropedowns for this functionality ?

Can any one tell me some code filteration logics for this scenrio ?

or any nice laternative which will give me nice propcessing
Posted
Comments
JoCodes 10-Oct-13 3:07am    
What type of report???
Torakami 10-Oct-13 3:46am    
its not any reporting tool .. I am displying data into html table only .. I am asking the functionality .. i meean there are many if statements if i go for multiple selected index changes .. what if i want to apply logic only in one selected index changes
thatraja 10-Oct-13 3:44am    
which reporting tool?

Use Name,Id ContactNo,Like KeyWord,Dates,EmailId
 
Share this answer
 
I saw your comment.
It's not a big deal IMO. All you have to do is just apply the values from Dropdownlist to Query/similar thing, that's it. Anyway check these for sample ideas.

GridView Multiple Filter AJAX Control[^]
The HTML Report Engine[^]
 
Share this answer
 
http://www.codeproject.com/Articles/26969/GridView-Multiple-Filter-AJAX-Control
 
Share this answer
 
You can make checkbox for each dropdown list.If user want to search record for dropdown1 then first he should make checkbox1 is checked.By applying this method you write for multiple value also
 
Share this answer
 
Comments
Torakami 11-Oct-13 3:52am    
Guys Thank you so much .. I was just wondering if i can apply some other logics ... I know the basics which works all the time .. but wanted to apply something new this time .. so asked this question .. Thanks a lot for your suggestion ... Codeproject rocks .. Though my question was basic but you all helped me a lot

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