Complex datatable with ASP.NET C#, Entity Framework
Complex datatable with ASP.NET C#, Entity Framework
arindamjha
Posts: 2Questions: 0Answers: 0
Hi Allan,
First of all thanks for this great plugin and I want to appreciate your effort. I have done research with your tool and it's simply great.
I have published an article in Codeproject with ASP.NET C# and Entity Framework. Just want to share the credit with you.
http://www.codeproject.com/Articles/795408/Complex-Jquery-Datatable-with-Database-State-Savin
Again thanks for all your hard work.
Thanks
Arindam
This discussion has been closed.
Replies
Hi Arindam,
Thanks for linking us to your article - very interesting! I've added it to the DataTables news feed on the home page now.
One point I would make, you are using the 1.9 style hungarian notation and API. For example the fnPagingInfo plug-in used actually has that functionality builtin for 1.10 with the
page.info()
method. Nothing wrong with the old method, it will still work with 1.10, but the newer API is (imho) much better!Allan
Thanks Allan for the reply., I was not aware about the newer version. I will try to replace that sometime later. Thanks Again.
Arindam