[CLOSED] Unable to view the design in vs 2008

  1. #1

    [CLOSED] Unable to view the design in vs 2008

    Hi,

    We are unable to the design for rowlayout,columnlayout and fieldset.

    See my sample code.It contains 4 rows in in which row i want drag fieldset ,in the fieldset iwant drag the controls.Unfortunately i am unable to see the rows in the desing

    <%@ 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 id="Head1" runat="server">
        <title></title>
        
    </head>
    <form id="form1" runat="server">
    <ext:ScriptManager ID="ScriptManager1" runat="server">
    </ext:ScriptManager>
    <ext:ViewPort runat="server" ID="parentPanel">
        <Body>
            <ext:BorderLayout ID="BorderLayout1" runat="server">
                <Center>
                    <ext:Panel runat="server" Title="Center">
                        <Body>
                            <ext:RowLayout ID="RowLayout1" runat="server">
                                <ext:LayoutRow RowHeight="0.25">
                                    <ext:Panel ID="Panel106" runat="server" Title="Ist row">
                                        <Body>
                                        </Body>
                                    </ext:Panel>
                                </ext:LayoutRow>
                                <ext:LayoutRow RowHeight="0.25">
                                    <ext:Panel Title="2nd row" ID="Panel5" runat="server">
                                        <Body>
                                            
                                        </Body>
                                    </ext:Panel>
                                </ext:LayoutRow>
                                <ext:LayoutRow RowHeight="0.25">
                                    <ext:Panel Title="3rd row" ID="Panel1" runat="server">
                                        <Body>
                                            
                                        </Body>
                                    </ext:Panel>
                                </ext:LayoutRow>
                                <ext:LayoutRow RowHeight="0.25">
                                    <ext:Panel ID="Panel2" runat="server" Title="4th">
                                        <Body>
                                            
                                        </Body>
                                    </ext:Panel>
                                </ext:LayoutRow>
                                
                            </ext:RowLayout>
                        </Body>
                    </ext:Panel>
                </Center>
            </ext:BorderLayout>
        </Body>
    </ext:ViewPort>
    </form>
    </html>
  2. #2

    RE: [CLOSED] Unable to view the design in vs 2008

    Hi,

    Many controls still have no design-time support

Similar Threads

  1. Replies: 2
    Last Post: Feb 14, 2012, 8:57 PM
  2. Vs crashes in design view
    By DasPhansom in forum 1.x Help
    Replies: 11
    Last Post: Sep 16, 2011, 6:15 AM
  3. design view problem
    By Sameera in forum 1.x Help
    Replies: 3
    Last Post: Nov 21, 2010, 4:10 PM
  4. Replies: 2
    Last Post: Apr 30, 2010, 2:55 AM
  5. View controls internal in mode design
    By olimpia in forum 1.x Help
    Replies: 4
    Last Post: Jun 09, 2009, 8:12 AM

Posting Permissions