Updating the datagrid values

  • Thread starter Thread starter Murali
  • Start date Start date
M

Murali

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 ?
 
Hello Murali,

Why not to use databinding via DataGrid.DataSource 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


M> Hi All,
M>
M> I have an asp.net datagrid and it contains six rows. I want to update
M> those values into the database but i dont want to use for each in the
M> datagriditem collection.
M>
M> How I can do that ?
M>
 
Back
Top