From a previous post elsewhere I got this MS article "creating control arrays ..." at
http://msdn.microsoft.com/vstudio/using/migrate/default.aspx?pull=/library/en-us/dv_vstechart/html/vbtchcreatingcontrolarraysinvisualbasicnetvisualcnet.asp.
However it is a bit hard for those of us who never had to write components in VB6 before, and
I am unsure to what extent these are applicable to web forms.
A few working examples, such as code to create and manage multiple synchronised controls, would be highly appreciated.
Thanks in advance for help.
DavidIt is a lot simpler to inherit the current collection classes - especially the System.Collections.CollectionBase. You can even make it a lot easier by inheriting a collection that achieves the simular result that you want.
What I have done is fired a link that leads to many links:
http://www.dotnet247.com/247reference/System/Collections/IList.aspx
Can you provide more information regarding your post please?
I have followed the URL to dotnet247.com, which in turn goes to a "modularizing Object Collections with the Collections API" csharptoday article which is not locatable.
The only other article link from that IList URL is also not working.
Thanks for help.
David
There is also the 50 discussions on it and five examples... just follow the links with the blue background to view the other links.
0 comments:
Post a Comment