Hi,
Is it possible to update the value of all rows in a column.
Say, my grid is as displayed below
Name A B
Test1 valueA1 valueB1
Test2 valueA2 valueB2
Test3 valueA3 valueB3
Bulk Update Textbox1 UpdateButton1 Textbox2 UpdateButton2
Here Columns A and B will be having textboxes. Now when i enter the value in the bulkupdate Textbox1 and click on UpdateButton1, all the textboxes in columnA should be updated with the value in the Textbox1.
Thanks