Articles
FAQs
Login
All Questions
New Question
ASP.NET - client side data filter
-
Asked By
karur krishna madhu
on 15-Jul-14 12:58 PM
i have data in a data table obtained in pageload with 5 columns in that.how to put the data in the client side and filter those based on combo box selected value change?
Robbe Morris
replied to
karur krishna madhu
on 15-Jul-14 01:17 PM
Most people will have JavaScript make an AJAX call back to the server, collect the data filter in the desired way, and repopulate the table.innerHTML with the contents of the newly populated html table.