Skip to content

Opening book details…

About this document

Data Passing in C# Forms by Jamal Raja is a document available to read on EtoBox.

The document discusses four different approaches to passing data between forms in a Windows Forms application: 1. Using constructors to pass data values to the second form. 2. Defining a public property on the second form to hold a reference to the first form and accessing its textbox values. 3. Defining public properties on the second form to set its textbox values. 4. Storing the textbox values in public static properties on the first form and accessing them from the second form.

Author
Jamal Raja
Language
EN