HI
I am using link button to open a pop up.i am getting pop up.when i insert a break point ,i am unable to hit the event to debug.I am usin link button out side grid view
<asp:LinkButton ID="lnkuser" runat="server" onclick="lnkuser_Click" CommandName="lnkuser_Click" CausesValidation="false">LinkButton</asp:LinkButton>
<asp:LinkButton ID="lnkuser" runat="server" onclick="lnkuser_Click" >LinkButton</asp:LinkButton>
I tried by using both the syntaxes.What is the mistake.Help Me
vijaya