Ask a Question related to ASP.NET General, Design and Development.
-
Jason #1
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
-
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 :... -
PHP Collections
Can anyone tell me what is the equivalent of a Java HashSet collection in PHP? Thanks, Andrew -
Collections
How Do I change the order and name of the columns in a datagrid that has been bound to a collection object ? -
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... -
InnerProperty Persistance for Collections containing other Collections
Hi All, Interesting problem. SETUP: Class A { string _name; BCollection _b; -
William F. Robertson, Jr. #2
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



Reply With Quote

