You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/data-tools/pass-data-between-forms.md
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
title: Pass data between forms controls (.NET Framework)
3
-
description: Pass data between Windows Forms controls in .NET Framework application development with Visual Studio and create a TableAdapter query to fetch customer orders.
2
+
title: Pass data between forms (.NET Framework)
3
+
description: Pass data between Windows Forms in .NET Framework application development with Visual Studio and create a TableAdapter query to fetch customer orders.
4
4
ms.date: 04/22/2025
5
5
ms.topic: how-to
6
6
dev_langs:
@@ -16,6 +16,8 @@ author: ghogen
16
16
ms.author: ghogen
17
17
manager: mijacobs
18
18
ms.subservice: data-tools
19
+
20
+
#customer intent: I want to know how to pass dataset data between forms in a Windows Forms (.NET Framework) application so that I understand one way to pass data between forms.
0 commit comments