Removing a user control from within a placeholder

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

  1. #1

    Default Removing a user control from within a placeholder

    Hi all,

    How do I go about removing a user control from within a placeholder control?

    The thing is I need to get the current usercontrol value from the place
    holder before removing it as the placeholder is used to contain multiple
    user controls.

    Regards
    John.


    John Guest

  2. Similar Questions and Discussions

    1. Dynamically Loading User Control in PlaceHolder
      Hi , I load dynamically a user control in PlaceHolder with the number of fileds in db. When loading user control there is no problem, if returning...
    2. Dynamically loading user control into Placeholder gives Object reference not set to an instance of an object
      I've created user controls that contain listboxes that are dynamically populated from the database. In the html view of the user control...
    3. Build control in a placeholder or like a placeholder
      Hi. I create a new custom control and it works fine. But now, I need to put it in any place on the page, like the placehold control do. Someone...
    4. Dynamicly loaded User Control events in a Placeholder
      I am having a problem of receiving UserControl events which gets dynamicly loaded within a Placeholder on a main.aspx page. If I explictly place...
    5. Add control to asp:PlaceHolder on asp.net page from user control on same page
      Thanks for the suggestion, but I'm trying to use querystrings as a last resort. Any other ideas? Dan "Alessandro Zifiglio"...
  3. #2

    Default Re: Removing a user control from within a placeholder

    You declare the user control from code-behind and set visible=false.
    "John" <a@b.com> wrote in message
    news:e1ub3E9PDHA.1216@TK2MSFTNGP11.phx.gbl...
    > Hi all,
    >
    > How do I go about removing a user control from within a placeholder
    control?
    >
    > The thing is I need to get the current usercontrol value from the place
    > holder before removing it as the placeholder is used to contain multiple
    > user controls.
    >
    > Regards
    > John.
    >
    >

    zPaul 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