How to implement JQgrid in asp.net?(如何在asp.net中实现JQgrid?)
问题描述
我曾在 asp.net mvc 中使用过 JQgrid,但现在我正在尝试在 asp.net 中实现它.我发现在 asp.net 中制作 JQgrid 示例很困难.
I have worked with JQgrid in asp.net mvc, but now i am trying to implement this in asp.net. I find a hard time making a JQgrid sample in asp.net.
我必须在 asp.net 中使用 JSON 响应还是必须以任何其他方式实现它.
Do i have to use the JSON response in asp.net or i have to implement this in any other way.
请提出建议.
推荐答案
我不完全理解你的要求.ASP.NET MVC 也是 ASP.NET 应用程序.您对 .NET 版本有限制吗?您只能使用某些特定的 .NET 技术吗?
I don't full understand your requirements. ASP.NET MVC is also ASP.NET application. Do you have restriction to .NET version? Do you can use only some specific .NET technology?
一般情况下,您可以将您大小的主要代码与其他 ASP.NET 技术中的代码混合使用.例如,WCF 服务可以是 ASP.NET MVC 或 ASP.NET Web 窗体应用程序的一部分.主代码可以提供您网站的用户界面,WFC 服务将为来自 jqGrid 的任何 Ajax 请求提供 JSON 数据.
In general you can mix the main code of your size with the code in other ASP.NET technology. For example WCF service can be the part of ASP.NET MVC or ASP.NET Web Form application. The main code can provide the user interface of your web site and the WFC service will provide JSON data for any Ajax requests from jqGrid.
因此,您可以使用 WCF、ASMX Web 服务甚至简单的 ASHX 处理程序的任何示例.
So you can just use any examples of WCF, ASMX Web Service or even simple ASHX handler.
演示项目来自 答案显示了如何在 ASP.NET Web 窗体应用程序中使用 ASHX 处理程序.
The demo project from the answer shows how to use ASHX handler in ASP.NET Web Form application.
另一个演示项目来自 答案展示了如何使用WCF服务.
Another demo project from the answer shows how to use WCF service.
演示项目来自 答案或答案中的">另一个演示演示了 ASMX Web 服务的用法.
The demo project from the answer or another demo from the answer demonstrate the usage of ASMX web services.
这篇关于如何在asp.net中实现JQgrid?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:如何在asp.net中实现JQgrid?
- C# 中多线程网络服务器的模式 2022-01-01
- 带有服务/守护程序应用程序的 Microsoft Graph CSharp SDK 和 OneDrive for Business - 配额方面返回 null 2022-01-01
- Web Api 中的 Swagger .netcore 3.1,使用 swagger UI 设置日期时间格式 2022-01-01
- 输入按键事件处理程序 2022-01-01
- 在哪里可以找到使用中的C#/XML文档注释的好例子? 2022-01-01
- WebMatrix WebSecurity PasswordSalt 2022-01-01
- MoreLinq maxBy vs LINQ max + where 2022-01-01
- 如何用自己压缩一个 IEnumerable 2022-01-01
- C#MongoDB使用Builders查找派生对象 2022-09-04
- 良好实践:如何重用 .csproj 和 .sln 文件来为 CI 创建 2022-01-01