All Controls on page Lost!!

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default All Controls on page Lost!!

    This happened to me once before and luckily I have been
    backing up regularly - but as i'm designing and testing, I
    went back to a page (heavily designed with many particular
    spacings, control designs, etc..) and everything is gone
    except a label or two.

    I definately had not changed anything to cause this.

    Is there any hope?
    AC Guest

  2. Similar Questions and Discussions

    1. Dynamically added controls are lost on a Postback
      Hi, i created a custom control overriden from HierarchicalDataBoundControl. In method PerformDataBinding I add some controls (Controls.Add(new...
    2. Lost Page During Publish
      We just had a situation where a page disappeared after it was published to the server. The situation around the event is: Our Web server went...
    3. Why we lost ability to edit one page
      Why it could happened that we lost the ability of editing one (only one) of our 120 pages of our website. We can still click EDIT PAGE button but...
    4. Nested controls got lost when changing any property at design time...
      Hi, I have a custom control with one InnerProperty: "Groups" - a collection of Group (inherit from Object) objects. Now, each Group has a...
    5. Viewstate lost in child controls of a composite control
      Hi, 1) You should implement INamingContainer interface 2) You shouldn't change child control's place in the Controls collection after they're...
  3. #2

    Default RE: All Controls on page Lost!!

    Hello,

    hmm. It is hard for us to troubleshoot it without further more information.

    If the problem could be reproduced, could you please paste detailed steps in the group so that other community members
    could share idea with you? And I could also contact product group to isolate problems with these solid steps.

    If the problem just happens suddently and you don't know how it happnes, I suggest you contact Microsoft 1:1 support to
    have one support engineer to work specially with you. You could use one of the support incidents included with your MSDN
    subscription to submit request.

    Thanks very much. If you have follow up questions, please post here.

    Best regards,
    Yanhong Huang
    Microsoft Online Partner Support

    Get Secure! - [url]www.microsoft.com/security[/url]
    This posting is provided "AS IS" with no warranties, and confers no rights.

    --------------------
    !Content-Class: urn:content-classes:message
    !From: "AC" <acentrella@cantor.com>
    !Sender: "AC" <acentrella@cantor.com>
    !Subject: All Controls on page Lost!!
    !Date: Wed, 16 Jul 2003 10:20:04 -0700
    !Lines: 9
    !Message-ID: <0c7301c34bbe$7f0bb910$a601280a@phx.gbl>
    !MIME-Version: 1.0
    !Content-Type: text/plain;
    ! charset="iso-8859-1"
    !Content-Transfer-Encoding: 7bit
    !X-Newsreader: Microsoft CDO for Windows 2000
    !X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
    !Thread-Index: AcNLvn8Lss4dHjYHTN+0CbKq1GgQfQ==
    !Newsgroups: microsoft.public.dotnet.framework.aspnet
    !Path: cpmsftngxa06.phx.gbl
    !Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:159644
    !NNTP-Posting-Host: TK2MSFTNGXA14 10.40.1.166
    !X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
    !
    !This happened to me once before and luckily I have been
    !backing up regularly - but as i'm designing and testing, I
    !went back to a page (heavily designed with many particular
    !spacings, control designs, etc..) and everything is gone
    !except a label or two.
    !
    !I definately had not changed anything to cause this.
    !
    !Is there any hope?
    !


    Yan-Hong Huang[MSFT] Guest

  4. #3

    Default Re: All Controls on page Lost!!

    this used to happen to me in the begining days of my learning asp.net..
    after days of frustration, I'd found out that if i try to switch between the
    design and code view to rapidly.. or if i switch from design view to code
    view, when the design view is being loaded.. most of the time i'd lose the
    controls.. so i started to wait to let the page load and avoid rapid
    switches, untill i was working with that particular installation of vs.net
    product..

    "Yan-Hong Huang[MSFT]" <yhhuang@online.microsoft.com> wrote in message
    news:XT2#K8QTDHA.2284@cpmsftngxa06.phx.gbl...
    > Hello,
    >
    > hmm. It is hard for us to troubleshoot it without further more
    information.
    >
    > If the problem could be reproduced, could you please paste detailed steps
    in the group so that other community members
    > could share idea with you? And I could also contact product group to
    isolate problems with these solid steps.
    >
    > If the problem just happens suddently and you don't know how it happnes, I
    suggest you contact Microsoft 1:1 support to
    > have one support engineer to work specially with you. You could use one of
    the support incidents included with your MSDN
    > subscription to submit request.
    >
    > Thanks very much. If you have follow up questions, please post here.
    >
    > Best regards,
    > Yanhong Huang
    > Microsoft Online Partner Support
    >
    > Get Secure! - [url]www.microsoft.com/security[/url]
    > This posting is provided "AS IS" with no warranties, and confers no
    rights.
    >
    > --------------------
    > !Content-Class: urn:content-classes:message
    > !From: "AC" <acentrella@cantor.com>
    > !Sender: "AC" <acentrella@cantor.com>
    > !Subject: All Controls on page Lost!!
    > !Date: Wed, 16 Jul 2003 10:20:04 -0700
    > !Lines: 9
    > !Message-ID: <0c7301c34bbe$7f0bb910$a601280a@phx.gbl>
    > !MIME-Version: 1.0
    > !Content-Type: text/plain;
    > ! charset="iso-8859-1"
    > !Content-Transfer-Encoding: 7bit
    > !X-Newsreader: Microsoft CDO for Windows 2000
    > !X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
    > !Thread-Index: AcNLvn8Lss4dHjYHTN+0CbKq1GgQfQ==
    > !Newsgroups: microsoft.public.dotnet.framework.aspnet
    > !Path: cpmsftngxa06.phx.gbl
    > !Xref: cpmsftngxa06.phx.gbl
    microsoft.public.dotnet.framework.aspnet:159644
    > !NNTP-Posting-Host: TK2MSFTNGXA14 10.40.1.166
    > !X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
    > !
    > !This happened to me once before and luckily I have been
    > !backing up regularly - but as i'm designing and testing, I
    > !went back to a page (heavily designed with many particular
    > !spacings, control designs, etc..) and everything is gone
    > !except a label or two.
    > !
    > !I definately had not changed anything to cause this.
    > !
    > !Is there any hope?
    > !
    >
    >

    Tejas Joshi Guest

  5. #4

    Default Re: All Controls on page Lost!!

    Hi Anthony,

    I am glad to hear it.

    Thanks very much for participating the community.

    Best regards,
    Yanhong Huang
    Microsoft Online Partner Support

    Get Secure! - [url]www.microsoft.com/security[/url]
    This posting is provided "AS IS" with no warranties, and confers no rights.

    --------------------
    !From: Anthony Centrella <acentrella@cantor.com>
    !References: <ObPcSHRTDHA.1916@TK2MSFTNGP12.phx.gbl>
    !X-Newsreader: AspNNTP 1.50 (ActionJackson.com)
    !Subject: Re: All Controls on page Lost!!
    !Mime-Version: 1.0
    !Content-Type: text/plain; charset="us-ascii"
    !Content-Transfer-Encoding: 7bit
    !Message-ID: <#5oXpJSTDHA.3500@tk2msftngp13.phx.gbl>
    !Newsgroups: microsoft.public.dotnet.framework.aspnet
    !Date: Fri, 18 Jul 2003 04:47:47 -0700
    !NNTP-Posting-Host: actionjackson133.dsl.frii.net 216.17.147.133
    !Lines: 1
    !Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!tk2msftn gp13.phx.gbl
    !Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:160201
    !X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
    !
    !
    !Thanks to some help I found that it is a known bug with a patch to fix
    !it.
    !
    !
    !
    !patch available at
    ![url]http://msdn.microsoft.com/vstudio/downloads/updates/datalossifx.aspx[/url]
    !
    !
    !*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    !Don't just participate in USENET...get rewarded for it!
    !


    Yan-Hong Huang[MSFT] Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139