End Google Ads 201810 - BS.net 01 --> Hi there,

i have a method in the code behind, and want to call it in the onclick event of the hyperlink, can you please help

Hyperlink: <a href="#" ?nclick="return OnClick()" runat="server">read more;

Method: protected virtual void OnClick()
{
Response.Redirect("Display.aspx?myfile=Vivi");
}


thanx