Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6379437
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T02:08:18+00:00 2026-05-25T02:08:18+00:00

I have a problem with datagridview. Form 1 : populating data with datagridview …(when

  • 0

I have a problem with datagridview.

Form 1 : populating data with datagridview …(when i click on the datagrid view row the corresponding row values are transferred to another form)

Form 2 : i have text buttons with save button

when i click on the datagrid view row the values are transferred to another form this is working fine…..

in form 2 i have done some changes with that data but this changes does not reflect in the form 1 datagrid view …

How can i solve this problem…..

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T02:08:18+00:00Added an answer on May 25, 2026 at 2:08 am

    There are few options for you. Passing the Form1 instance to the Form2 and refresh the Form1 DataGridView dataSource from Form2 is one option.

    For example. Form2 constructor can be like below

    Form1 myForm1;
    
    public Form2(Form1 form1)
    {
        myForm1 = form1;
    }
    
    private void SaveButtonClicked()
    {
        //Refresh the Form1.DataGridView DataSource.
    }
    

    Method2

    You can call a method to refresh the Form1 DataGridView in Form1 by creating an event in Form2.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a problem with binding data using BindingSource, typed dataset and DataGridView. My
I have this problem: I have a datagridview that reads the data from a
I have encountered a rather nasty problem with the DataGridView control (Windows.Forms, .NET Framework
I have problem when I try insert some data to Informix TEXT column via
I have a strange problem with a DataGridView I'm using which is bound to
I have a form (named mainForm.cs) with a datagridview on it. I must to
I have a dataGridView whose dataSource is a dataTable. My problem is that I
I have a form with datagridview and a List like this: private void Form1_Load(object
I have a datagridview on a form, and I want a specific cell in
I have dynamically created DataGridView control on form, with DataSource specified as: ((DataGridView)createdControl).DataSource =

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.