ASP.NET主界面框架
ASP.NET下面主界面的框架,现在了解下来有这么几种方法:
1.一种是用FrameSet的方法,
2.ASP.NET Starter Kit中的方法是动态装入用户控件。
3.ASP.NET2.0的方法是Master Pages
http://www.developer.com/net/article.php/3099171
在ASP.NET1.1中有一个类似的方案:
http://www.cnblogs.com/dudu/articles/1503.aspx
http://www.asp.net/ControlGallery/ControlDetail.aspx?Control=385&tabindex=2
1.一种是用FrameSet的方法,
2.ASP.NET Starter Kit中的方法是动态装入用户控件。
3.ASP.NET2.0的方法是Master Pages
http://www.developer.com/net/article.php/3099171
在ASP.NET1.1中有一个类似的方案:
http://www.cnblogs.com/dudu/articles/1503.aspx
http://www.asp.net/ControlGallery/ControlDetail.aspx?Control=385&tabindex=2