English 中文(简体)
改进GUI/网站的设计[关闭]
原标题:Improve the design of GUI/website [closed]

所以我使用的是visualstudio2008,asp.net 3.5,以及提供的基本工具包。

Now i have made the gui which a lot of functionality but the design is very basic. and looks too old.

我需要给它一个新的外观,一种新的感觉,新的设计。。。。

like the gridview, the buttons the textboxes, the menus look basic... this is not working for me.

Please let me how should i go about doing this.?? 1) i have herd about tool kits but dont kno which ones are good..(dont want the really expensive ones) but if it is really good my company is ready to spend.

2) 新的VS 2010或asp.net 4.0会有什么不同吗。

3) ajax工具包或silverlight工具包有什么好的?

4) i also need to show Charts and graphs now, currently using MS charts.. but now i need which is good.

最佳回答

你最好的办法是在一个更合适的论坛上提出非常具体的问题。

关于设计的想法,可以在网上找例子,做一些与你喜欢的类似的事情。

http://www.thecssawards.com/

http://www.csselite.com/

关于如何在html/asp.net/whathing中实现特定设计的问题,请在此处发布一个非常具体的问题。

有关如何使特定内容看起来更好的UI指导,请在http://ui.stackexchange.com。包括适用控件的小屏幕截图(不是整个页面,只是您询问的部分,或者至少突出显示您询问的部件)。

.NET 3.5与.NET 4对您的网站设计没有实际影响。无论你选择HTML还是Silverlight,都会产生巨大的影响,但两者通常都不适合所有网站,在它们之间切换基本上意味着重写所有内容,所以你不会仅仅出于设计原因这么做。

问题回答

I assume you are referring to UI control libraries. Some of the commercial libraries that I know off and widely used include:

他们都有很好的控制范围,从菜单到图表。





相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Transaction handling with TransactionScope

I am implementing Transaction using TransactionScope with the help this MSDN article http://msdn.microsoft.com/en-us/library/system.transactions.transactionscope.aspx I just want to confirm that is ...

System.Web.Mvc.Controller Initialize

i have the following base controller... public class BaseController : Controller { protected override void Initialize(System.Web.Routing.RequestContext requestContext) { if (...

Microsoft.Contracts namespace

For what it is necessary Microsoft.Contracts namespace in asp.net? I mean, in what cases I could write using Microsoft.Contracts;?

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签