标签: c# asp.net vb.net
I need to invoke client side onclick method of an <a> from code behind C#. Note that this is not ASP control. I know how to invoke OnClick.
onclick
<a>
Is there a way to do it? I tried ClientScript.RegisterStartupScript but could not make it work.
ClientScript.RegisterStartupScript