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

  1. #1

    Default Re: Buttons in Panel?

    If you want to enumerate the controls on a panel or in a frame, you could
    probably test the .Parent property of each control to see if it is a child
    of the
    desired container control.

    --
    Regards

    John Timney (Microsoft ASP.NET MVP)
    ----------------------------------------------
    <shameless_author_plug>
    Professional .NET for Java Developers with C#
    ISBN:1-861007-91-4
    Professional Windows Forms
    ISBN: 1861005547
    Professional JSP 2nd Edition
    ISBN: 1861004958
    Professional JSP
    ISBN: 1861003625
    Beginning JSP Web Development
    ISBN: 1861002092
    </shameless_author_plug>
    ----------------------------------------------

    "Rob" <robert_dx@gmx.com> wrote in message
    news:0b2f01c34c62$5bd186b0$a101280a@phx.gbl...
    > Hi programmers,
    >
    > is it possible to get some information if a panel already
    > contains a button at a specified position before adding
    > another?
    >
    > Thanks a lot,
    >
    > Rob

    John Timney \(Microsoft MVP\) Guest

  2. Similar Questions and Discussions

    1. how can i hide navigation panel buttons
      How come they took Search off the Navigation panel? Is there a way to add it back - I can't seem to figure out how to do this?
    2. Combine Spry Tabbed Panel and Spry HTML Panel
      I would like to maintain the presentation of the tabbed panel and utilize its ability to load content from a Spry Dataset, but I would also like to...
    3. Panel component
      How do I round all 4 corners of a panel component? I can use CSS to round the top corners with: cornerRadius: 5; However, this does not round the...
    4. buttons in mc buttons don't work ?
      I'd like to make a menu that is off the page. The only part showing would be a tab that says "menu". So I made an MC that is off the page and has...
    5. Buttons inside Buttons Help Please
      Yo! Hoping someone can help me out - who isn't? Anyway, I've got an instance of a button... we'll call it "Producers". in the over state of...
  3. #2

    Default Re: Buttons in Panel?

    Or,

    You can iterate in the Panel.Controls Collection.

    Regards
    Deep S.

    "Rob" <robert_dx@gmx.com> wrote in message
    news:0b2f01c34c62$5bd186b0$a101280a@phx.gbl...
    > Hi programmers,
    >
    > is it possible to get some information if a panel already
    > contains a button at a specified position before adding
    > another?
    >
    > Thanks a lot,
    >
    > Rob

    Deep S. 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