这是 html ,
<asp:LinkButton ID="hlnkLogoffF" runat="server" Text="Logoff" OnClick="hlnkLogoffF_Click" ></asp:LinkButton>
这是后面的代码,
protected void hlnkLogoffF_Click(Object sender, EventArgs e)
{
//do something here
}
当我运行它时,我收到以下错误,
“没有找到您要查的资源。 ”