How can I transfer data from one form to another in a windows forms application? [duplicate]

There are so many methods to pass data between forms in Windows application:

  • Using constructor
  • Using objects
  • Using properties
  • Using delegates

Try to this link:
http://www.codeproject.com/Articles/14122/Passing-Data-Between-Forms

Leave a Comment