<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %><%@ Register Assembly="Coolite.Ext.Web" Namespace="Coolite.Ext.Web" 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 runat="server"> <meta http-equiv="X-UA-Compatible" content="IE=7" /> <title>Specimen Page</title> <ext:ScriptContainer runat="server" ID="extJsScriptContainer"> </ext:ScriptContainer></head><body> <form id="form1" runat="server"> <div> <ext:ScriptManager runat="server" ID="extjsScriptManager"></ext:ScriptManager> <ext:Panel runat="server" ID="testPanel" Header="true" Title="Test" Height="300" Width="400"></ext:Panel> </div> </form></body></html>
<ext:StyleContainer runat="server" />