Hi,
I have a table from which i am getting my data to the GridView
control. I need to Insert Or Update this row to another table, according to some condition. If one condition is true, i need to change the text of the LinkButton
in EditItemTemplate
to insert, else to update itself. How can i change the text of LinkButton
in RowCommand
?
Please help.