Ask a Question related to ASP.NET Building Controls, Design and Development.
-
Brian Bugge #1
Custom Control nad Collection property
I have a collection-property on my control. I Add the items through a
collection editor, and items tags appears.
<bugge:Control>
<bugge:collecionItem></bugge:collecionItem>
<bugge:collecionItem></bugge:collecionItem>
<bugge:collecionItem></bugge:collecionItem>
<bugge:collecionItem></bugge:collecionItem>
</bugge:Control>
These collecionItem-tags are added when i add items through my collection
editor. My problem is that i want my collection to be updated if i
remove/add collectionItems tags manually.
Brian Bugge
Brian Bugge Guest
-
Collection Property in web custom control
Hi all, I'm building a custom control. I would like that on the control you can set some 'rights' For that I have an enum: public enum... -
Custom Control - Collection Property
Hey gang. I am taking the task of trying to learn how to write custom web controls. I have started with inheriting from the VS 2005 default which... -
Nested Collection property in a custom control
I have the extactly the same problem.. I am creating a control where a collection property is exposed which has a nested collection object. It... -
Collection Property of Another Custom Server Control
Hi, I read more and figured out how to build what I needed: <cc> <item></item> <item></item> </cc> when <item> is an editable control in... -
Help with using a custom collection as a property for a TextBox derrived control.
Hi I am creating a new TextBox control but I am having problems when I am trying to add my own collection to the control and persisting the...



Reply With Quote

