Re: Edit collection property from Property window...
From: nobody (nobody_at_no.server)
Date: 03/17/04
- Next message: Patrice Scribe: "Re: Scope of Variable Declared Like This?"
- Previous message: george d lake: "Session_End dilema"
- In reply to: Natty Gur: "Re: Edit collection property from Property window..."
- Next in thread: nobody: "Re: Edit collection property from Property window..."
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 17 Mar 2004 12:53:22 -0500
Doh! Now why didn't I think to look in the System.Collections.Specialized
namespace? Thanks! :)
"Natty Gur" <natty@dao2com.com> wrote in message
news:%23sma%23vADEHA.3928@TK2MSFTNGP09.phx.gbl...
> Yes it all about Ilist. you can use StringCollection whuch support iList
> and lomites to string elements.
>
>
> [Bindable(true),
> Category("natty"),
> DefaultValue(""),
> public System.Collections.Specialized.StringCollection Texts
> {
> get
> {
> return texts;
> }
>
> set
> {
> texts = value;
> }
> }
>
> Natty Gur[MVP]
>
> blog : http://weblogs.asp.net/ngur
> Mobile: +972-(0)58-888377
>
>
> *** Sent via Developersdex http://www.developersdex.com ***
> Don't just participate in USENET...get rewarded for it!
- Next message: Patrice Scribe: "Re: Scope of Variable Declared Like This?"
- Previous message: george d lake: "Session_End dilema"
- In reply to: Natty Gur: "Re: Edit collection property from Property window..."
- Next in thread: nobody: "Re: Edit collection property from Property window..."
- Messages sorted by: [ date ] [ thread ]