另类的艺术--CSS

2008-05-05 23:06 | 阅读 2017 次 | 评论 0 条

用ajax实现igoogle界面(2)

public class DashboardFacade { private string _UserName; public DashboardFacade( string userName ) { this._UserName = userName; } public UserPageSetup NewUserVisit( ) { var properties = new Dictionary<string,object>(); properties.Add("UserName", this._UserNa...
2007-12-18 10:57 | 阅读 2751 次 | 评论 0 条

用ajax实现igoogle界面

Build Google IG like Ajax Start Page in 7 days using ASP.NET Ajax and .NET 3.0 Introduction I will show you how I built a start page similar to Google IG in 7 nights using ASP.Net Ajax, .NET 3.0, Linq, DLinq and XLinq. I have logged my day to day development experience in this article and d...
2007-12-18 10:50 | 阅读 2883 次 | 评论 0 条
浏览25961次