D
David C
I have a FormView that I put into Insert mode and entered data fields. The
Insert button has code in the OnClick event to insert the record. I ran
debugging and it does not even run the code. Below is my FormView button
code. Can anyone help please? Thanks.
David
<asp:Button ID="BtnInsertPeople" runat="server" CausesValidation="True"
Text="Insert" OnClick="BtnInsertPeople_Click">
</asp:Button>
Insert button has code in the OnClick event to insert the record. I ran
debugging and it does not even run the code. Below is my FormView button
code. Can anyone help please? Thanks.
David
<asp:Button ID="BtnInsertPeople" runat="server" CausesValidation="True"
Text="Insert" OnClick="BtnInsertPeople_Click">
</asp:Button>