如何制作漂亮的 ASP.Net 表单?

发布于 2024-09-14 14:37:22 字数 132 浏览 4 评论 0原文

有没有一种 RAD 方法可以使用 ASP.Net Webforms 创建漂亮的表单?我正在使用 .NET Framework 3.5 和 Visual Studio 2010。谢谢!

是否有类似 DataGrid 自动格式之类的东西。

Is there a RAD-way to create nice looking forms with ASP.Net webforms? I'm using .NET Framework 3.5 and Visual Studio 2010. Thanks!

Is there someway of having something like the DataGrid autoformat.

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

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

发布评论

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

评论(1

寄居者 2024-09-21 14:37:22

Sencha 的 Ext JS (http://www.sencha.com/products/js/)是一个优秀的客户端框架,用于丰富的表单(和其他 UI 元素)。

如果您想在 VS2010 中进行所见即所得的视觉设计,您将需要像 Coolite 这样的第三方工具(http://www.coolite.com/)。

但是,如果您可以处理更多的抽象,并且不需要在 IDE 中逐字设计一切,我会推荐 Sencha 的 Designer 应用程序 (http://www.sencha.com/products/designer/),这是基于网络的。或者,手动编写 JavaScript,Sencha 的语法有详细记录。

Sencha's Ext JS (http://www.sencha.com/products/js/) is an excellent framework on the client side for rich forms (and other UI elements)

If you want WYSIWYG visual design inside of VS2010, you'll need a third-party tool like Coolite (http://www.coolite.com/).

But if you can deal with a bit more abstraction and don't need everything designed literally in your IDE, I would recommend Sencha's Designer app (http://www.sencha.com/products/designer/), which is web-based. Or, hand-code the JavaScript, Sencha's syntax is well-documented.

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