Hi guys,
In the code below (which is complete, you can run it on visual studio in a single aspx file), i try to build a datagrid which contains LinkButtons on the first column, each of them can be changed from "Lock" to "Unlock", or from "Lock" to "Unlock" by clicking on it.
Lock/Unlock       Item      Quantity        Price
    Unlock          Item1         2            2.46E
     Lock            Item2         1       &nb ...

Go to the complete details ...