Updating the datagrid values

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Murali

    Updating the datagrid values

    Hi All,

    I have an asp.net datagrid and it contains six rows. I want to update
    those values into the database but i dont want to use for each in the
    datagriditem collection.

    How I can do that ?

  • Michael Nemtsev [MVP]

    #2
    Re: Updating the datagrid values

    Hello Murali,

    Why not to use databinding via DataGrid.DataSo urce property?

    ---
    WBR,
    Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

    "The greatest danger for most of us is not that our aim is too high and we
    miss it, but that it is too low and we reach it" (c) Michelangelo


    MHi All,
    M>
    MI have an asp.net datagrid and it contains six rows. I want to update
    Mthose values into the database but i dont want to use for each in the
    Mdatagriditem collection.
    M>
    MHow I can do that ?
    M>


    Comment

    Working...