新MVC2应用建议

发布于 2024-10-09 08:52:16 字数 560 浏览 2 评论 0原文

我正在 ASP.NET MVC2 中启动一个项目,其中我需要让用户从包含大约 40000 条记录的表中选择项目。这不是购物车应用程序。

我想使用 JQuery 弹出窗口来完成此任务。这是我想到的顺序...

请将此视为建造一辆新车

  1. 客户开始建造一辆新车
  2. 输入一些基本信息,例如名称、气缸数等
  3. 单击图标以显示 JQuery 模式弹出窗口进行搜索所需零件
  4. 搜索返回后选择项目/零件
  5. 所选项目显示在底层[父]页面上。
  6. 重复步骤 3、4、5 以选择其他项目/部件。
  7. 然后保存到主/详细类型表中的数据库

这类似于购物车,除了没有结帐并且用户在做出选择之前输入订单信息,我注意到 JQuery 界面似乎显得更丰富。

如果这是可行的,我正在寻找建议和/或示例或可遵循的路径,对 MVC 和 JQuery 都是新手。

我想要实现的示例可以在 www.pageonce.com 上看到,但规模要小得多。

TIA ASP.NET MVC2、MS SQL Server、JQuery

I'm starting a project in ASP.NET MVC2 where I have a need to let the user select item(s) from a table with about 40000 records. This is NOT a shopping cart application.

I'd like to accomplish this using JQuery popup. Here is the order I have in mind...

Please think of this as building a new car

  1. Customer starts to build a new car
  2. Enters some basic info such as name, # of cylinders etc
  3. Clicks an icon to show a JQuery modal popup to search parts required
  4. Selects an item/part after the search returns
  5. Selected item shows up on the underlying [parent] page.
  6. Repeat steps 3, 4, 5 to select additional items/parts.
  7. Then Save to database in a Master/Detail type tables

This is similar to a shopping cart except there is no checkout and the user enters the order info before making the selections and I noticed that JQuery interfaces seem to appear richer.

If this is doable, I'm looking for suggestions and/or examples or a path to follow, being new to both MVC and JQuery.

Example of what I want to achieve can be seen at www.pageonce.com, only in a much smaller scale.

TIA
ASP.NET MVC2, MS SQL Server, JQuery

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

野侃 2024-10-16 08:52:16

首先了解如何使用 Asp.net MVC 实现 Ajax。另一个建议是考虑迁移到 Asp.Net MVC 3。您将获得 Razor 视图引擎和大量 Web Helpers,它们可以进一步增强您的 UI。

Start with understanding how you will achieve Ajax with Asp.net MVC. Another suggestion is that consider moving to Asp.Net MVC 3. You will get Razor view engine and lots of Web Helpers which can enhance your UI further.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文