0

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.

David Rönnqvist
  • 56,267
  • 18
  • 167
  • 205
Pranav Kumar
  • 249
  • 1
  • 5
  • 16
  • @NimitParekh I think the OP is developing a web app, and isn't interested in native development links at this time. – David Rönnqvist Jan 06 '15 at 12:54
  • @NimitParekh : I am developing a web app which is running successfully in IE9,IE10,IE11,Google Chrome and Mozilla . But , while i am testing the app in mac OS(Browser : Safari) , the click for "Anchor tag" , Link Button and "Hyperlink" is not working at all. Right now ,I don't want to learn iOS concepts . Please let me know , is there any solution for the above mentioned Issue !! – Pranav Kumar Jan 07 '15 at 05:44
  • @Hemang : I am developing a web app which is running successfully in IE9,IE10,IE11,Google Chrome and Mozilla . But , while i am testing the app in mac OS(Browser : Safari) , the click for "Anchor tag" , Link Button and "Hyperlink" is not working at all. Please let me know , is there any solution for the above mentioned Issue !! – Pranav Kumar Jan 07 '15 at 05:45
  • @PranavKumar, Sorry. I've no idea about `asp.net` ! – Hemang Jan 07 '15 at 08:12

0 Answers0