LinkButton is not firing postback event

jaso

New Member
In a web page i am using jquery and some other .js files.The LinkButton is not firing its postback event.\[code\]<asp:LinkButton ID="LinkButton1" runat="server" onclick="LinkButton1_Click">LinkButton</asp:LinkButton>\[/code\]i am stuck in creating poskback of LinkButton control.Any idea, how to force linkbutton to do postback.
 
Back
Top