Items Property - a newbie question

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • ata@mailinator.com

    Items Property - a newbie question

    Hi,
    I need to create a user control that has got a property named "Items"
    which is of StringCollectio n type.
    On the other hand, the collection is supposed to be populated
    declaratively through the aspx file.

    It would be highly appreciated if you could tell me how I am supposed
    to do so.

    Regards,
    Jack
  • Scott M.

    #2
    Re: Items Property - a newbie question

    What language will you be using as you do this differently in VB.NET vs C#?


    <ata@mailinator .comwrote in message
    news:fa3f8cde-ee79-4c66-884f-663be251805b@25 g2000hsx.google groups.com...
    Hi,
    I need to create a user control that has got a property named "Items"
    which is of StringCollectio n type.
    On the other hand, the collection is supposed to be populated
    declaratively through the aspx file.
    >
    It would be highly appreciated if you could tell me how I am supposed
    to do so.
    >
    Regards,
    Jack

    Comment

    • ata@mailinator.com

      #3
      Re: Items Property - a newbie question

      On May 31, 5:35 pm, "Scott M." <s...@nospam.no spamwrote:
      What language will you be using as you do this differently in VB.NET vs C#?
      >
      <a...@mailinato r.comwrote in message
      >
      news:fa3f8cde-ee79-4c66-884f-663be251805b@25 g2000hsx.google groups.com...
      >
      Hi,
      I need to create a user control that has got a property named "Items"
      which is of StringCollectio n type.
      On the other hand, the collection is supposed to be populated
      declaratively through the aspx file.
      >
      It would be highly appreciated if you could tell me how I am supposed
      to do so.
      >
      Regards,
      Jack
      C#

      Comment

      Working...