- Does JSON, JQuery & ASP.NET 2.0 webforms go together or is it only preferred in MVC with ASP.NET 3.5 & 4.0?
- While using JSON, would gridviews and repeaters controls be of any use (binding with JSON data) or do I format the results in custom tables myself ?
- Would my business object classes still be of any use while using JSON ?
- What is the ideal combination for JSON with ASP.NET (JQuery+ASP.NET AJAX+ JSON) ? 5.Can anyone post me a link/code snippet of simple CRUD application with JSON and ASP.NET webforms ?
Thank you.