这是HTML代码
<%@ Page language="c#" Codebehind="WebForm1.aspx.cs" AutoEventWireup="false" Inherits="WebApplication1.WebForm1" %>
<%@ Register TagPrefix="iglbar" Namespace="Infragistics.WebUI.UltraWebListbar" Assembly="Infragistics.WebUI.UltraWebListbar.v2" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>WebForm1</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<FONT id="FONT1" face="宋体">
<asp:Label id="Label1" style="Z-INDEX: 101; LEFT: 16px; POSITION: absolute; TOP: 8px" runat="server"
Width="133px" Height="26px" ForeColor="Red" BorderStyle="Solid" BorderColor="Black" BorderWidth="1px">这是一个例子</asp:Label>
<iglbar:UltraWebListbar id="UltraWebListbar1" style="Z-INDEX: 102; LEFT: 32px; POSITION: absolute; TOP: 72px"
runat="server" Width="240px" Height="344px">
<Groups>
<iglbar:Group TargetUrl="www.google.com" TextAlign="Left" Text="tew">
<Items>
<iglbar:Item Text="fdsa" TargetUrl="www.google.com"></iglbar:Item>
<iglbar:Item Text="fdsafasd" TargetUrl="www.163.net"></iglbar:Item>
<iglbar:Item Text="fdsa" TargetUrl="www.163.net"></iglbar:Item>
<iglbar:Item Text="dsa" TargetUrl="www.163.net"></iglbar:Item>
</Items>
<ButtonHoverStyle BorderColor="Yellow" BackColor="Red"></ButtonHoverStyle>
</iglbar:Group>
<iglbar:Group TargetUrl="d:\" TextAlign="Left" Text="fdsafas">
<Items>
<iglbar:Item Text="Item" TargetUrl="e:\"></iglbar:Item>
</Items>
</iglbar:Group>
<iglbar:Group TextAlign="Left" Text="fdsa"></iglbar:Group>
<iglbar:Group TextAlign="Left" Text="fdsa"></iglbar:Group>
</Groups>
<DefaultItemStyle Cursor="Default" BorderWidth="1px" BorderColor="#4A657B" BorderStyle="Solid"></DefaultItemStyle>
<DefaultItemHoverStyle Cursor="Default" BorderWidth="1px" BorderStyle="Outset"></DefaultItemHoverStyle>
<DefaultGroupButtonHoverStyle Cursor="Default" BorderWidth="1px" BorderColor="Control" BorderStyle="Outset" BackColor="Menu"></DefaultGroupButtonHoverStyle>
<DefaultGroupButtonStyle Cursor="Default" BorderWidth="1px" BorderStyle="Outset" BackColor="Menu"></DefaultGroupButtonStyle>
<DefaultGroupButtonSelectedStyle Cursor="Default" BorderWidth="1px" BorderStyle="Inset"></DefaultGroupButtonSelectedStyle>
<DefaultGroupStyle Height="100%" BorderWidth="1px" BorderColor="DarkGray" BorderStyle="Inset" BackColor="#4A657B"></DefaultGroupStyle>
<DefaultItemSelectedStyle Cursor="Default" BorderWidth="1px" BorderStyle="Inset"></DefaultItemSelectedStyle>
</iglbar:UltraWebListbar></FONT>
</form>
</body>
</HTML>  <Groups>、<Items>和后面带Style的c#都报“活动架构不支持元素”。
而“WebForm1.aspx.cs”中没有手工添加任何代码。