Click here to Skip to main content
15,895,746 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hello Everyone,

I want to display data in template field of gridview in asp.net using Jquery or Json on basis of Checkbox list. Means when i select checkboxlist data display on basis of selection and i have use template field in gridview also.I want only bind data with Jquery or Json. because i dont want to refresh page.
Posted
Comments
Afzaal Ahmad Zeeshan 25-Jul-15 5:01am    
jQuery and JSON are two different (entirely different) things, what you need is Ajax, use jQuery to execute ajax requests and get JSON data. Note what I said, Trigger an Ajax request using jQuery and get JSON format data from server.

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