如何使用C#,ASP.NET,SQL Server端处理实现jQuery DataTables插件? [英] How can I implement jQuery DataTables plugin using C#, ASP.NET, SQL Server side processing?

查看:613
本文介绍了如何使用C#,ASP.NET,SQL Server端处理实现jQuery DataTables插件?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何使用C#,ASP.NET,SQL Server端处理ajax和webservices来实现jQuery DataTables插件?

How can I implement jQuery DataTables plugin using C#, ASP.NET, SQL Server side processing with ajax and webservices?

想使用c#实现一个Datatables网格和ASP.NET,但很难找到一个工作示例。

Would like to implement a Datatables grid using c# and ASP.NET, but it is difficult to find a working example.

推荐答案

C#中的JQuery DataTables的一个工作示例,ASP .NET,SQL Server端处理与ajax和webservices。

A working example of JQuery DataTables in C#, ASP.NET, SQL Server side processing with ajax and webservices.

http ://jquerydatatablessamp.codeplex.com/

https://github.com/benni12/jquerydatatables实例

(发布两次,让寻找找到它的人更容易)

(posted it twice to make it easier for someone looking to find it)

通过链接到DataTables.Net,Allan已经用这个插件做了一个了不起的工作。

Start off by linking to DataTables.Net, Allan has done an amazing job with this plugin.

我一直在使用这个插件大约一年。当我第一次尝试在C#和.NET中使用服务器端处理,ajax和webservices实现它时,几乎没有文档,没有工作示例,所以我决定把它们放在一起。

I've been using this plugin for about one year. When I first attempted to implement it in C# and .NET with server side processing, ajax and webservices, there was little documentation and no working examples so I decided to put one together.

提供的源代码是Visual Studio 2012(在Ultimate 2012和Pro 2012中测试)的网站项目。我把这个一起作为一个简单的工作示例,希望能够帮助别人把这样的东西放在一起。这是我一年前想要的东西。

The source code provided is of a Visual Studio 2012 (tested in Ultimate 2012 and Pro 2012) website project. I threw this together as a simple working example in hopes of helping someone else out there trying to put something like this together. It's something I wish I had a year ago.

数据库mdf包含在App_Data文件夹中。我正在运行MS SQL Server Express 2012的实例。

The database mdf is included in the App_Data folder. I am currently running an instance of MS SQL Server Express 2012.

必需安装SQL Server Express 2012或其他标准或更好的完整版安装的MS SQL Server。测试标准2008 R2和2012 Express。

Required install SQL Server Express 2012 or other standard or better full version installs of MS SQL Server. Tested on Standard 2008 R2 and 2012 Express.

这篇关于如何使用C#,ASP.NET,SQL Server端处理实现jQuery DataTables插件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆