如何制作漂亮的 ASP.Net 表单?
有没有一种 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.