M
Mantorok
Hi
I have a control generator that is creating controls on the fly, one of the
controls is a LinkButton, the problem is that the Click event is not firing,
any ideas?
Example:
private void SomeFunc()
{
LinkButton link = new LinkButton();
link.Click += new EventHandler(link_Click);
private void link_Click(object sender, EventArgs e)
}
{
ObjectList.Show(new ValueRef(bo.Self, "Entries"));
}
Thanks
Kev
I have a control generator that is creating controls on the fly, one of the
controls is a LinkButton, the problem is that the Click event is not firing,
any ideas?
Example:
private void SomeFunc()
{
LinkButton link = new LinkButton();
link.Click += new EventHandler(link_Click);
private void link_Click(object sender, EventArgs e)
}
{
ObjectList.Show(new ValueRef(bo.Self, "Entries"));
}
Thanks
Kev