ASP Code :
<asp:LinkButton ID="lbtnShow" runat="server">Show Addition</asp:LinkButton>
Code Behind :
Protected Sub lbtnShow(sender As Object, e As EventArgs) Handles lbtnShow.Click
//Code Here
End Sub
Similarly, click for "Anchor tag" and "Hyperlink" is not working in iOS and iPad.