Hi,
I have two related questions.
1) If I define a custom edit form how can I achieve that both updating and inserting would work ?
If I use the following link button than also insert forms will execute an update command:
<asp:LinkButton runat="server" Text="Update" CommandName="Update" />
2) Which command name is used for inserting data ? ('Insert' did not work for me.)
Thanks.