LinkButton Click Event does not fire -
01-02-2008
, 08:24 AM
Hi there,
I have put a LinkButton on a form and double clicked it to
create the Click event place holder for it, but when I run my project and
click the button, the code does not run.
Re: LinkButton Click Event does not fire -
01-02-2008
, 09:53 AM
I ended up putting another button on and that worked as expected. I don't
know why the first one wouldn't though. The properties were the same, the
code and HTML was the same, the only difference was that LinkButton1 did not
work but LinkButton2 does. It does not make any sense at all.