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 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

Related Questions

I'm trying to have a single large UIView (for example a web view) which
I have a Datagrid and I want to know the position of a datacell
I want to know if there is any way by which I can paste
I want to know what this looks like. I don't have any ideas about
I have a View that has a single TextBox and a couple Button s
I want to do inplace editing where I have regular text (coming from a
I have a search field, and using that single text box I want the
I want to find out more about NoSQL databases/data-stores available for use from Java,
I want to have a hidden volume on my smartphone which is encrypted and
In my project I have many folders. I certainly know I want have changes

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.