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