vs2010中使用ext.net控件 提示错误
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication2.WebForm1" %><%@ Register assembly="Ext.Net" namespace="Ext.Net" tagprefix="ext" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
<title></title>
<style type="text/css">
html, body {
height: 100%;
overflow:hidden;
}
body {
padding: 0;
margin: 0;
}
</style>
</head>
<body>
<form id="form1" runat="server" style="height:100%; width:100%; margin:0; padding:0; ">
<ext:Button ID="Button1" runat="server" Text="确定">
</ext:Button>
<ext:CycleButton ID="CycleButton1" runat="server" Text="按钮" />
<ext:Window ID="Window1" runat="server" Collapsible="true" Height="185"
Icon="Application" Title="自动窗口" Width="350">
</ext:Window>
</form>
</body>
</html>
补充:.NET技术 , ASP.NET