Results 1 to 4 of 4

Thread: Using collection in asp.net

  1. #1
    Join Date
    Jan 2009
    Posts
    721

    Using collection in asp.net

    I am here trying to convert an application from from classic app to asp.net. In the classic form the forms works fine. But when I try to convert it asp.net and use it then a error occurs. The error probably comes when I try to set the mycollection object to ReturnValue. I am always confused with the collection thing is asp.net. How can I use control collection in asp.net webpage. How to work with this.

  2. #2
    Join Date
    Apr 2008
    Posts
    1,948

    Re: Using collection in asp.net

    I will advice you to declare the collection in your web page as a vba.collectionclass object. I don't think there is any major issue with your site. Only thing you are confused is in the collection thing. Log in to msdn microsoft site for more general information on collections and their implementation. You will get an more clear idea about this.

  3. #3
    Join Date
    May 2008
    Posts
    2,012

    Re: Using collection in asp.net

    I think the base of confusion in collection lies in at the source of Terminology. In .net the collections are referred as collections, list and dictionaries. Like for a simple example sortedlist. It has key and value pairs that are sorted by the keys and they can access by the key and index. The most common collections are array list, duplicats, lookup by index or value, sorting, implications, etc. It is important to collect more information on them.

  4. #4
    Join Date
    Apr 2008
    Posts
    2,005

    Re: Using collection in asp.net

    Log in to the msdn Microsoft site. It has some sample codes for control class. Here the control class and the derived classing which includes pages class expose a control property that return a ControlCollection instance. This hierarchy alloys you to walk the control tree programatically and to search for specific controls on a page. You are also allowed here to check the type of control within the collection in order to access their properties.

Similar Threads

  1. How to convert DVD collection on PC?
    By Tufan in forum Windows Software
    Replies: 4
    Last Post: 28-07-2011, 08:49 AM
  2. How can I view my collection via tag?
    By Casula in forum Portable Devices
    Replies: 5
    Last Post: 10-07-2011, 07:20 PM
  3. What is the new collection in FishVille?
    By Federer in forum Video Games
    Replies: 5
    Last Post: 26-02-2011, 06:51 AM
  4. Dreamcast Collection
    By Miyamoto in forum Reviews
    Replies: 2
    Last Post: 25-02-2011, 11:44 PM
  5. Adobe cs3, cs4 collection
    By jhondon in forum Windows Software
    Replies: 0
    Last Post: 29-01-2009, 04:22 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,750,317,561.41522 seconds with 16 queries