Display temporary data in datagridview
-
Hi, I am building desktop application with VB.NET. Have following query Scenario 1: 1. Settings Form contains 2 sections 2. first section contains text boxes to enter data 3. Have button, popup window will open on clicking the same. User enter some data in popup window and click save. Want to display popup window data in settings form - datagridview. Please note still data is not saved to database. 4. Once user clicks 'Save' button of Settings window then all data of text boxes and datagridview is stored in database. However, when user reopens this Settings form, I want data should be populated from database to text boxes and datagridview. Post this, want to display popup window data if user adds any new data. Please help/
-
Hi, I am building desktop application with VB.NET. Have following query Scenario 1: 1. Settings Form contains 2 sections 2. first section contains text boxes to enter data 3. Have button, popup window will open on clicking the same. User enter some data in popup window and click save. Want to display popup window data in settings form - datagridview. Please note still data is not saved to database. 4. Once user clicks 'Save' button of Settings window then all data of text boxes and datagridview is stored in database. However, when user reopens this Settings form, I want data should be populated from database to text boxes and datagridview. Post this, want to display popup window data if user adds any new data. Please help/