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 73519
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T20:12:51+00:00 2026-05-10T20:12:51+00:00

i want to know how to edit a single row (which i select) from

  • 0

i want to know how to edit a single row (which i select) from a data grid

for example i have a datagrid with columns A, B and C and i have a couple rows of data, approx 10 rows.

lets say i want to change the value of data within row 4.

how would i do this?

i am using visual studio 2003, but i guess if visual studio 2005 would be okay too. for the coding I’m using c#

thanks..

  • 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. 2026-05-10T20:12:52+00:00Added an answer on May 10, 2026 at 8:12 pm

    All grid-like components of asp.net have the same machanism as it comes to starting to edit a single row. Actually it’s default for asp.net only to edit a single row in a grid.

    Needed to start editing is to include asp:button or asp:linkbutton in the ItemTemplate with the CommandName set to ‘Edit’. This one of reserved commandnames all grid-like components knows how to respond to. Clicking this button in DataGrid will raise the EditCommand Event. In this event you have to set the EditItemIndex of the grid equal to Item.Itemindex of the eventargs. This will render the row vaccordeing to the EditItemTemplate.

    In this template you put 2 buttons or linkbuttons. One should have the CommandName set to ‘Update’ and one should have the CommandName set to ‘Cancel’.

    The ‘Update’ button raises the UpdateCommand event. In which you execute code that store the data in the row to its storage (eg.: database) and sets the EditItemIndex to -1 –> all rows are rendered read-only(ItemTemplate or AlternateItemTemplate).

    The ‘Cancel’ button raises the CancelCommand event. In the event handler you have to do si set the EditItemIndex to -1.

    This description is only true for DataGrid en not for the in asp.net introduced GridView which handles most of this ‘Boilerplate’code it self working together with the datasource controls. Google the web for more info on this. it’s to much to explain here right now.

    Hope it helps?

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

Sidebar

Ask A Question

Stats

  • Questions 68k
  • Answers 68k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • added an answer In fact, the one and the only thing you should… May 11, 2026 at 12:14 pm
  • added an answer Two solutions come to my mind: Use relative URLs (preferred)… May 11, 2026 at 12:14 pm
  • added an answer Within our internal applications we generally use the SqlHelper class… May 11, 2026 at 12:14 pm

Related Questions

i want to know how to edit a single row (which i select) from
I want to know how to use variables for objects and function names in
I want to know how to simply publish over http = much like Mercurial
Basically I want to know how to set center alignment for a cell using
Ok, I know how to do this, but I want to know if this
I'm loading an image from a file, and I want to know how to
Following on from this question , I now want to know how to stop
I want to know how does the SQL Server know what @p# is in
I want to know how I can run a method in a separate thread?
I want to know how many users are connected to the IIS web server

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.