FineUI 官方论坛

标题: 菜鸟求帮助!!!!!!! [打印本页]

作者: 一空    时间: 2012-11-30 07:13
标题: 菜鸟求帮助!!!!!!!
<%@ Page Language="VB" AutoEventWireup="true" CodeFile="test.aspx.vb" Inherits="test" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html>
<head id="Head1" runat="server">
    <title></title>
</head>
<body>
    <form id="form1" runat="server">
    <xageManager ID="ageManager1" runat="server" />
    <x:SimpleForm ID="SimpleForm1" BodyPadding="5px" runat="server" EnableBackgroundColor="true"
        ShowBorder="True" Title="登录表单" Width="350px" ShowHeader="True">
        <Items>
            <x:TextBox runat="server" Label="用户名" ID="tbxUseraName">
            </x:TextBox>
            <x:TextBox runat="server" ID="tbxPassword" Label="密码" TextMode="assword">
            </x:TextBox>
            <x:Button ID="btnSubmit" runat="server"
                Text="登录">
            </x:Button>
            <x:Button ID="Button1" runat="server" EnablePostBack="false" Type="Reset" Text="重置">
            </x:Button>
            <xabel ID="labResult" ShowLabel="false" runat="server">
            </xabel>
        </Items>
    </x:SimpleForm>
    <br />
    </form>
</body>
</html>
提示错误!!!!!
[NullReferenceException: 未将对象引用设置到对象的实例。]   FineUI.GlobalConfig.GetCustomTheme() +24   FineUI.PageManager.get_CustomTheme() +102   FineUI.GlobalConfig.GetDefaultBackgroundColor() +57   FineUI.PanelBase.OnFirstPreRender() +1323   FineUI.CollapsablePanel.OnFirstPreRender() +31   FineUI.SimpleForm.OnFirstPreRender() +57   FineUI.ControlBase.OnPreRender(EventArgs e) +296   System.Web.UI.Control.PreRenderRecursiveInternal() +80   System.Web.UI.Control.PreRenderRecursiveInternal() +171   System.Web.UI.Control.PreRenderRecursiveInternal() +171   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +842








欢迎光临 FineUI 官方论坛 (https://fineui.com/bbs/) Powered by Discuz! X3.4