Hello,

I want to use a collection to store data from a database table as persistent
data in my application. I know that I can use a cached static Dataset for
this but I want to use a collection instead.

Can anyone point me in the direction of a decent example of how it is done
(ideally using c#, but VB.NET is OK)?

In use, the Collection will be bound to a Datagrid and I want to be able to
sort the table on most of the columns. I also need to be able to add and
delete items with ease.

All I have is the example from Professional C# (1st ed.) pp 775-790, section
"Strongly Typed Collection", but that example has errors in (not a huge
problem because I can see what they are) and is too limited. The collection
should implement all the Hashtable interfaces, not just one of them.




 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to