or
An unhandled exception was generated during the execution of the
current web request. Information regarding the origin and location of the
exception can be identified using the exception stack trace below.
|
|
<%@ Page AutoEventWireup="true" Inherits="PlaygroundControl" Language="c#" Codebehind="PlaygroundPage.aspx.cs" %><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/tr/xhtml11/dtd/xhtml11.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head id="Head1" runat="server"> <title>Playground Page</title> <style type="text/css"> .ie7ScrollFix { position:relative; } html, body, form { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; margin:0px; padding:0px; width: 100%; height: 100%; border-style: none; background-color: #FFFFFF; color: #000000; overflow:hidden; z-index:0; border-collapse: collapse; } </style></head><body class="BODY"><form id="test" runat="server"><telerik:RadScriptManager ID="supportScripts" runat="server" ></telerik:RadScriptManager><% // Code block could be moved to load event but here right now RadPane msgPane = RadSplitterMaster.GetPaneById("messagePane"); int rowCount = 2; msgPane.SetExpandedSize(Unit.Pixel(rowCount > 0?rowCount*15:0)); msgPane.Height = Unit.Pixel(rowCount > 0 ? rowCount * 15 : 0); msgPane.Collapsed = (rowCount > 0 ? false : true); %><telerik:RadSplitter ID="RadSplitterMaster" runat="server" Height="100%" Width="100%" VisibleDuringInit="false" ClientIDMode="Predictable" ResizeMode="AdjacentPane" ResizeWithBrowserWindow="true" ResizeWithParentPane="true" Orientation="Horizontal" BorderStyle="Solid" BorderSize="3"> <telerik:RadPane ID="headerPane" runat="server" Height="52px" Scrolling="None" Locked="true" BackColor="Blue"> Menu Stuff <br /> Here </telerik:RadPane> <telerik:RadPane ID="messagePane" runat="server" Scrolling="None" BackColor="Orange" > Random stuff here<br /> With lines and such<br /> </telerik:RadPane> <telerik:RadPane ID="contentPane" runat="server" Scrolling="Both" BackColor="White" > <input type="submit" value="Click to Test" /> <div>Put in full content regardless of size</div> </telerik:RadPane> <telerik:RadPane ID="footerPane" runat="server" Height="12px" Locked="true" BackColor="Green"> <div id="footerDiv"> <asp:HyperLink ID="HyperLink1" runat="server" NavigateUrl="~/LicenseAgreement.htm"> <b><font size="-2" color="white" >©My Company Stuff</font></b> </asp:HyperLink> </div> </telerik:RadPane></telerik:RadSplitter></form></body></html> <DetailTables> <telerik:GridTableView runat="server" AllowAutomaticDeletes="True" AllowAutomaticUpdates="True" DataKeyNames="ID" DataSourceID="EntityDataSource2" Name="TestChoice" CommandItemDisplay="Top"> <ParentTableRelation> <telerik:GridRelationFields DetailKeyField="OfQuestion" MasterKeyField="ID" /> </ParentTableRelation> ....</DetailTables><telerik:RadGrid ID="RadGrid1" runat="server" AllowPaging="True" AllowSorting="True" CellSpacing="0" DataSourceID="EntityDataSource1" GridLines="None" AllowCustomPaging="True" PageSize="25" AutoGenerateColumns="False"> <ClientSettings AllowColumnsReorder="True" ReorderColumnsOnClient="True"> <Selecting AllowRowSelect="True" /> </ClientSettings> <MasterTableView AllowAutomaticDeletes="True" AllowAutomaticUpdates="True" CommandItemDisplay="Top" DataKeyNames="ID" DataSourceID="EntityDataSource1" AllowCustomPaging="False" PageSize="10" Name="TestQuestion">
<telerik:GridTableView runat="server" AllowAutomaticDeletes="True" AllowAutomaticUpdates="True" DataKeyNames="ID" DataSourceID="EntityDataSource2" Name="TestChoice" CommandItemDisplay="Top"> <ParentTableRelation> <telerik:GridRelationFields DetailKeyField="OfQuestion" MasterKeyField="ID" /> </ParentTableRelation> ...