I have created a usercontrol (ascx file) which contains a formview, inside
of the formview I have an EditItemTemplate and an ItemTemplate. IN
EditItemTemplate have submit buttons <asp:Button ID="btnSubmitChanges" Text ="Submit Changes" runat="server" CommandName ="Update" OnClick="btnUpdate_Click" /></td> On click event is not fired when the button is clicked in .
vb of usercontrolascx.
vb. Please help me