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

  • Home
  • SEARCH
  • 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 8919971
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T06:09:19+00:00 2026-06-15T06:09:19+00:00

I have an application that displays the data of a sql database in a

  • 0

I have an application that displays the data of a sql database in a dataGridView
via a dataSet. I was wondering if there was a way of updating the database by modifying the gridViewDirectly, like passing the data from the database to the grid, but inverted, instead of creating a new form that displays the editable info in textboxes and then the user changes what he has to change and clicks update.
Is this possible?

  • 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-06-15T06:09:20+00:00Added an answer on June 15, 2026 at 6:09 am

    you can put a button column in datagridview and when you press the button you can begin to edit dgv cells.

    info: how can i add two buttons to a single datagrid column dynamically?

    http://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewbuttoncolumn.aspx

    Define DataGridView Column type Programmatically

    If you need any other information about that please feel free to say

    Edit:

    You can do like this :

     DataGridViewButtonColumn clbt_delet = new DataGridViewButtonColumn();
       clbt_delete.HeaderText = "DELETE"
       clbt_delete.Text = "Delete";
       clbt_delete.UseColumnTextForButtonValue = true;
       dataGridView1.Columns.Add(clbt_delete);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an application that displays the data from 3 xml files (auto generated
I have an application that consists of two forms. One form displays data returned
I have a WPF application (.NET 3.0, VS2008) that displays data in a tab
I have a Silverlight application that needs to display data in both English (feet,
I have an application that displays pictures from the internet (showcase for designer work).
I have a portlet. Inside of this portlet I have Flex application that displays
I have an web application that displays employee birthdays for the current month in
I have an android application that displays a toast every hour and then every
I have an application on one domain that displays content from another application from
I have a simple application written in C# and .Net 2.0 that displays several

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.