refers to the alteration of data from one form to another
Answers
Answer:
Manipulate second Form from first Form
You can add suitable parameters to the constructor of the second form. Then you can pass values to the constructor when creating an instance of the second form. In the second form store parameters in member fields and use them when you nees.
You can create public property or method in the second form and set those properties after creating an instance of the second form. This way you can use them when you need in the second form. This option is not limited to passing values when creating the second form. You can even use that property during the execution of second Form. Also it's useful for getting a value from it.
As another option you can make the control which you want to manipulate it public and this way you can access to it from other form. Using a method is a more recommended way of doing this.
Explanation:
Data transformation refers to the alteration of data from one form to another.
- The process of changing data from one format or structure to another is known as data transformation.
- Most data integration and data management jobs, including data wrangling, data warehousing, data integration, and application integration, require it.
- Based on the required changes to the data between the source (initial) data and the goal (final) data, data transformation can be simple or complex.
- A combination of human and automated methods is usually used to transform data.
- Data transformation tools and technologies vary greatly depending on the format, structure, complexity, and volume of the data being transformed.