Click here to Skip to main content
15,895,011 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
i have made datatable and casted it to List<prds> ,prds is class.

then i have list , which on click i sort table by using orderby.

then

i have filter using

<input type="checkbox" name="valu[]" value="1" />1
<input type="checkbox" name="valu[]" value="2" />2
<input type="checkbox" name="valu[]" value="3" />3
<input type="checkbox" name="valu[]" value="4" />4


<input type="checkbox" name="prcc[]" value="12" />12
<input type="checkbox" name="prcc[]" value="21" />21
<input type="checkbox" name="prcc[]" value="35" />35
<input type="checkbox" name="prcc[]" value="42" />42


what i want is, when any of above click/checked ,i want to call only one controller function with parameters and
also if possible i can use all above to filter datatable and display as list
Posted

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