Please help me. I have spent two days for this error
<%
@ Page Language ="
VB" MasterPageFile="~/MasterPage.master" AutoEventWireup="false" CodeFile="srchDltUser.aspx.
vb" Inherits="Default2" title="Untitled Page" %>
The error is ambigous Default2
also second page error
I have created a usercontrol (ascx file) which contains a formview, inside
of the formview I have an EditItemTemplate and an ItemTemplate. Edit
EditItemTemplate have submit buttons which call
td><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