I need a complete CRUD sample for Datatable plugin in Asp.net WebApplication (Not MVC, Not WCF)

I need a complete CRUD sample for Datatable plugin in Asp.net WebApplication (Not MVC, Not WCF)

kamarajpkamarajp Posts: 7Questions: 0Answers: 0
edited November 2012 in General
I am trying to use DataTable Jquery Plugin in my project. But not able to complete the CRUD portion. Any one having a sample project or code snippet or weblink, please share with me.
Regards
Kamaraj.P

Replies

  • girishmrgirishmr Posts: 137Questions: 0Answers: 0
    What framework are you using if you are not using MVC or WPF? Please clarify for more help.
    Meanwhile you peek at http://www.codeproject.com/Articles/155422/jQuery-DataTables-and-ASP-NET-MVC-Integration-Part for DataTables and MVC framework and for entity framework have a look at the following link. May be you can get something worth while.

    http://www.c-sharpcorner.com/UploadFile/krishnasarala/crud-operation-using-entity-framework-in-Asp-Net-mvc/
  • kamarajpkamarajp Posts: 7Questions: 0Answers: 0
    I am not using any framework like MVC. Its just an Asp.net web application. Not even using webservice or wcf. I want to include Datamodel plugin in my current project.
    Cal you please provide me the sample code or weblink for this? It will very much useful.
This discussion has been closed.