Hi all... <BR><BR>I have a DataGrid app in which I have added functionality to add a new row in place (ie: in the DataGrid itself) and whilst the user is editing the new row in place, I want the EditCommandColumn update text to read "Add" instead of "Update". It is initially set to "Update" in my EditCommandColumn control but I want to be able to alter this "on the fly" while the user enters the new row.<BR><BR>I've tried putting this line<BR> <BR>EditCommandColumn.UpdateText = "Add" <BR> <BR>in my addNewRow subroutine but it gives this error: BC30469: Reference to a non-shared member requires an object reference.<BR> <BR>I can't work out how to get to this object and change it's UpdateText value anywhere outside of the <Asp:EditCommandColumn .... /> construct - does anyone know how can I do this (or even if it can be done?).<BR><BR>Thanks in advance...<BR><BR>Mike.