|
-
Apr 2nd, 2007, 08:23 PM
#1
Thread Starter
Fanatic Member
Session efficiency - datatable vs hashtable
what is more efficient in a Session - DataTable or HashTable ?
-
Apr 2nd, 2007, 09:42 PM
#2
Frenzied Member
Re: Session efficiency - datatable vs hashtable
depends which one suit your needs.
For Key-Value pair like collection you will use a hashtable, for a table like structure, a datatable.
Either way they will take up the same resources in a session, depending on what data they contain.
But then..I never use datatables.....so this is must my 2 cents
-
Apr 3rd, 2007, 05:05 AM
#3
Re: Session efficiency - datatable vs hashtable
 Originally Posted by ZeBula8
what is more efficient in a Session - DataTable or HashTable ?
You can't compare them in such a way.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|