开发者

How to make pretty ASP.Net forms?

开发者 https://www.devze.com 2023-01-11 11:37 出处:网络
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. 开发者_Python百科Thanks!

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. 开发者_Python百科Thanks!

Is there someway of having something like the DataGrid autoformat.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消