Problem with the example

  1. #1

    Problem with the example

    Hi.

    I try to use your example "Hello World" to test it, but I get an error.

    Can anyone help me.
    Last edited by geoffrey.mcgill; Feb 22, 2011 at 2:52 AM.
  2. #2

    RE: Problem with the example

    Hi toinho,

    Can you post the full .aspx code you are using? I'm assuming it's exactly the same as the Hello World sample, but just in case it's not, the full code sample should help us track down the issue.
    Geoffrey McGill
    Founder
  3. #3

    RE: Problem with the example

    Yes, it's a copy from the "Hello World" example.

    <%@ Page Language="C#" %>

    ÿ

    <%@ Register assembly="Coolite.Web.UI" namespace="Coolite.Web.UI" tagprefix="cool" %>

    ÿ

    <!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>Window - Coolite ASP.NET Web Controls</title>

    </head>

    <body>

    ÿÿÿ <form id="form1" runat="server">

    ÿÿÿ <cool:ScriptManager ID="ScriptManager1" runat="server" Hide="True" />

    ÿÿÿ

    ÿÿÿ ÿÿÿ <h1>Simple Coolite Window Sample</h1>

    ÿÿÿ ÿÿÿ <p>The following example demonstrates how to create a Window and

    ÿÿÿ ÿÿÿ have the Window show when the Page first loads.</p>

    ÿÿÿ


    ÿÿÿ <cool:Window

    ÿÿÿ ÿÿÿ ID="Window1"

    ÿÿÿ ÿÿÿ runat="server"

    ÿÿÿ ÿÿÿ Title="Hello World!"

    ÿÿÿ ÿÿÿ Height="175px"

    ÿÿÿ ÿÿÿ Width="300px"

    ÿÿÿ ÿÿÿ BodyStyle="padding: 6px;"

    ÿÿÿ ÿÿÿ Collapsible="True"

    ÿÿÿ ÿÿÿ AutoShow="True"

    ÿÿÿ ÿÿÿ Modal="True">

    ÿÿÿ ÿÿÿ <Content>

    ÿÿÿ ÿÿÿ ÿÿÿ This is my first <a href="http://www.extjs.com/">Ext</a> Window using the

    ÿÿÿ ÿÿÿ ÿÿÿ <a href="http://www.ext.net/">Coolite</a> ASP.NET Web Controls.

    ÿÿÿ ÿÿÿ </Content>

    ÿÿÿ </cool:Window>

    ÿÿÿ </form>

    </body>

    </html>
  4. #4

    RE: Problem with the example

    Hi toinho,

    Can you post the html source from the browser? View > Source.

    Please post the source within [ code][/CODE] tags.

    Thanks.
    Geoffrey McGill
    Founder
  5. #5

    RE: Problem with the example

    I allready solve the problem.

    It was because I was using Extjs at the same time and have the includes...

    Thanks

Similar Threads

  1. Replies: 5
    Last Post: Jun 10, 2009, 5:13 AM

Posting Permissions