这个是ASP.NET unleashed里的例子
代码是:
<%@ import  Namespace="Microsoft.Web.Ui.WebControls" %>
<%@ Register TagPrefix="IE" Namespace="Microsoft.Web.Ui.WebControls"
Assembly="Microsoft.Web.Ui.WebControls" %>
<html>
<head><title>simpletoolbar.asp</title></head>
<form runat="server">
<ie:toolbar 
    runat="server">
<ie:toolbarbutton
         text="file" />
 <ie:toolbarseparator />
 <ie:toolbarbutton
     text="edit" />
 <ie:toolbarseparator />
</ie:toolbar>
</form>
</html>可运行的时候,页面什么都不显示,空荡荡的。也就是一个空白的页面,什么内容都没有,
就象一张白纸!困惑中 望高手指点高手指点!