i want to use an asp:LinkButton, since it looks like a link, but has server-side Click handler.
But the web-server seems unable to detect if javascript is disabled on the client, and doesn't render into a mechanism that still works.
Is it possible to have a link that looks like a link, but has server-side OnClick event handler?
Answer
The answer is no, but below are some workaround ideas. Accepted the one with non-zero up-votes.