ASP.NET WebForm调用<a> from code behind

时间:2019-02-25 17:22:12

标签: 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.

Is there a way to do it? I tried ClientScript.RegisterStartupScript but could not make it work.

0 个答案:

没有答案