Earlier, I had a button control on my web page. but now I changed it to a CSS button suting my needs. Before this, the button control was performing code-behind operation but now I switched to this CSS button.
<a href="" title="" class="">Delete profile</a>
How can I accomplish the same code-behind process now?
You can change the anchor to be a server side control (turning it to a
HtmlAnchorcontrol) and use theServerClickevent: