如何将我的 ASP.NET MVC 项目中的数千行从数据库加载到 slickgrid 中?
除 Ajax 示例外,所有示例均使用 javascript 创建随机值。从数据库加载的标准方法是什么?我不一定需要使用 Ajax 加载,但我不认为我想生成每个值并将其写在 html 中,还是必须这样做?
All the examples except for the Ajax example creates random values with javascript. What is the standard way to load from database? I don't necessarily need to load using Ajax but i don't think i want to generate each value and write it out in the html or is that how it has to be done?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果你不想使用ajax,则必须将每个值都写在html上。没有其他办法。
使用分页有助于减轻负载。
If you dont want to use ajax, you have to write every value on the html. No other way.
Using pagination helps easing the load.