Quantcast
Viewing all articles
Browse latest Browse all 82152

Using Editor with ASP.NET - Is it a good fit?

I have used DataTables in the past for searching/displaying large amounts of data from SQL Server databases, using server-side (AJAX) processing, and have been very happy with it. Now I have a requirement to add CRUD style functionality to allow users to maintain data in a few dozen SQL Server database tables.

I'd like to use DataTables for this, since I'm familiar with it. I just now briefly looked at the Editor, and can see that all of the server side code appears to be PHP.

My server-side code is (and will be) implemented as ASP.NET web services (written in C#) that talk to a SQL Server database.

Does it make sense to use (and purchase) the Editor given my requirements? Are there going to be (or do they already exist) C# versions of the PHP scripts that are included with the Editor?

I'm just getting started with trying to decide on a CRUD approach, and am hoping that someone has already tried this with ASP.NET and DataTables.

Thanks,

Jeff

Viewing all articles
Browse latest Browse all 82152

Trending Articles