S
Stan
This is very weird - linkbutton submits the form, but the
event handler is not being called:
<asp:linkbutton Runat=server CssClass=NormalA
OnClick=btnTest_Click>Test</asp:linkbutton>
protected void btnTest_Click(object sender,
System.EventArgs e)
{
Response.Write ("Test");
}
I can't figure out why...
Thanks,
-Stan
event handler is not being called:
<asp:linkbutton Runat=server CssClass=NormalA
OnClick=btnTest_Click>Test</asp:linkbutton>
protected void btnTest_Click(object sender,
System.EventArgs e)
{
Response.Write ("Test");
}
I can't figure out why...
Thanks,
-Stan