本文介绍了Asp.net和MVC项目的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,



我使用Asp.net MVC技术开发项目。我尝试在我的项目中反映我在基于SQL的现代网格中存储的数据。为此我尝试了改进的网格,如Jtable,Jqgrid,但我遇到了麻烦,因为数据连接是用json建立的。在我的研究中,我找不到任何好文章。必要的图像来了,但数据没有。我正在寻找能够向我展示方式的资源(它可以是一本书或一篇文章)

以前用过这个的人能告诉我一个方法吗?或者是否有任何易于改进的网格可以向我建议?

解决方案







]



Hello,

I develop a project as using Asp.net MVC technology. I try to reflect datas which i stash as in SQL-based on a modern grid at my project. For this i tried improved grids like Jtable, Jqgrid but i 'm having trouble because data connection is established with json. Altough my researches i didn’t find any good article. Necessary image comes but data doesn’t. I’m looking for a resource that can show me the way (it can be a book or an article)
Can people who had used this before show me a way? Or is there any grid which is easy and improved that you can suggest to me?

解决方案


MvcContrib

MvcContrib Grid Paging and Searching in ASP.NET MVC3[^]



这篇关于Asp.net和MVC项目的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-15 21:53