Exforsys
+ Reply to Thread
Results 1 to 2 of 2

grid view

This is a discussion on grid view within the Microsoft .NET forums, part of the Programming Talk category; i want to add data in grid view edit exiting data .. how it can be done...

  1. #1
    mhdhussainmi is offline Junior Member Array
    Join Date
    Feb 2008
    Answers
    1

    Question grid view

    i want to add data in grid view edit exiting data .. how it can be done


  2. #2
    Guptha_S is offline Member Array
    Join Date
    Jan 2006
    Answers
    47
    You can make use of EditCommandColumn and or EditItemIndex

    By using EditCommandColumn you can perform in-place editing of data in single row.

    With EditItemIndex, you can edit the data automatically, the grid will inserts values that needs to be edited in a TextBox or a CheckBox controls.

    If you want to customise the way data is edited in control, that is, if you want to customise binding data to textbox or checkbox controls you have to use TemplateColumn


Latest Article

Network Security Risk Assessment and Measurement

Read More...