Dynamiclist or TypedList

Posts   
 
    
G.I.
User
Posts: 172
Joined: 09-Jun-2005
# Posted on: 14-Jul-2005 15:46:09   

Question: If you need a readonly list for example a selectbox, which is better: A typed list based on two columns of 1 or 2 entities, or a dynamic list?

If the anwer is dynamicList, when should you use a typed List then? Because this is not really clear to me ...

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39933
Joined: 17-Aug-2003
# Posted on: 14-Jul-2005 18:55:50   

Doesn't matter what you use, both do the job. The TypedList is typed, so if you want to use it in a typed manner, you should use a typed list. otherwise use a dynamic list. TypedLists also are easy to instantiate, dynamic list require code to set them up.

Frans Bouma | Lead developer LLBLGen Pro