Questions tagged [asp.net-2.0]

If you're experiencing any problems or have questions regarding working with ASP.NET version 2.0 development, please reach out to us for assistance.

Utilizing JSON with ASP.NET WebForms

Is it recommended to use JSON, JQuery & ASP.NET 2.0 webforms together or is it better suited for MVC with ASP.NET 3.5 & 4.0? When incorporating JSON, should I utilize gridviews and repeaters controls for binding JSON data or should I create custom tables f ...