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

  1. #1

    Default Control collections

    Hi

    would just like to find out if it's possible to have a collection of
    controls or a group of controls? so that if i do something to the one
    control in the group, it will happen to the other control in the same
    control or collection.

    Thanks
    jason


    Jason Guest

  2. Similar Questions and Discussions

    1. Collections as properties?
      Hi, I'm creating my own custom web-control called Table, with a collection of my own custom 'Column's as a property: public class Table :...
    2. PHP Collections
      Can anyone tell me what is the equivalent of a Java HashSet collection in PHP? Thanks, Andrew
    3. Collections
      How Do I change the order and name of the columns in a datagrid that has been bound to a collection object ?
    4. Using class collections in the asp:grid control
      I believe I understand the concepts of OOP as far as how to set up the classes and how they use inheritance and other related topics, but I have to...
    5. InnerProperty Persistance for Collections containing other Collections
      Hi All, Interesting problem. SETUP: Class A { string _name; BCollection _b;
  3. #2

    Default Re: Control collections

    It is possible, but you would have to write the method to change all of the
    controls in the collection.

    bill

    "Jason" <c_bananas@mighty.co.za> wrote in message
    news:ua8TusQVDHA.1512@TK2MSFTNGP11.phx.gbl...
    > Hi
    >
    > would just like to find out if it's possible to have a collection of
    > controls or a group of controls? so that if i do something to the one
    > control in the group, it will happen to the other control in the same
    > control or collection.
    >
    > Thanks
    > jason
    >
    >

    William F. Robertson, Jr. 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