is it possible to write data to a collection in wpf?

Posted by randyc on Stack Overflow See other posts from Stack Overflow or by randyc
Published on 2010-06-01T19:58:46Z Indexed on 2010/06/01 20:03 UTC
Read the original article Hit count: 165

Filed under:
|
|

Hello. In looking through samples I have seen a number of examples where it is possible to present data within a wpf applicaiton by binding to collections. However I was wondering is it possible to write to a collection from an applicaiton. Say for example i have 2 or more fields such as names and I wanted to have hte ability to add up to three names in my application ( all stored in memory). Will collections serve this purpose. In the past with asp.net I have done this by creating data tables and storing values on the fly or during the session. I am trying to learn WPF and I was wondering if collections work in the same fashion?

If so could you please post an example or point me to references that show examples of this?

Thank you in advance.

© Stack Overflow or respective owner

Related posts about wpf

Related posts about LINQ