CRUD Operation in ASP.NET Web Applications Using HTTP Handler and jQuery
By
Jigar Bagadai
Introduction
This article will demonstrate, step-by-step, how to create a basic application of
CRUD (
Create,
Read,
Update,
Delete) Operations using
HttpHandler in
ASP.NET and Jquery Ajax API. To keep this application simple, I have
not covered Validation and any other facets of a well designed
application.
Requirements
Earlier, I mentioned that I have used Jquery Ajax API to make Ajax call of
HttpHandler so for that, it is required to add reference of the Jquery File. You can get the latest Jquery File From the
http://jquery.com or in case you are using VS2010, it will be available by default in Web projects.
........
http://www.codeproject.com/Articles/283976/CRUD-Create-Read-Update-Delete