Page 200 of the tutorial shows this code:
<
asp:Button ID="Button1"
Text='<%# (Container as GridItem).OwnerTableView.IsItemInserted ?
"Insert" : "Update" %>'
runat="server"
CommandName='<%# (Container as GridItem).OwnerTableView.IsItemInserted ?
"PerformInsert" : "Update" %>'>
</asp:Button>
Would anyone be able to show me the Prometheus Grid equivalent?
Thank you.
