I'm interested in utilizing an asp:LinkButton
, as it resembles a link while also having a server-side Click handler.
However, the web-server appears to have difficulty detecting if JavaScript is disabled on the client side, resulting in rendering issues that may prevent it from functioning correctly.
Is there a way to create a link that still looks like a link but has a server-side OnClick event handler?
Solution
Unfortunately, the answer is no, but here are some suggested workarounds. The most popular one based on up-votes will be accepted.