asp button click event does not fire

  • Thread starter Thread starter Serdar Kalaycý
  • Start date Start date
S

Serdar Kalaycý

Does your button on the new page has the relation with the event handler on
its Events page?
 
Hi all
This is so Bizarre - asp button click event is working perfectly on one
page.
I duplicated this page in order to use it again with minor modifications
but there the button wont work..

It must be something silly, that i have changed without noticing but i just
can't find it....
Buttons code is identical in both pages and i have another button
on the problematic page which fires like M-16.
What else could hinder one control and live the rest untouched if not its
code??

Thanks alot
Rea
 
vs 2003 has a tendancy to zap lines of code out of the
initializecontrols routine. check that.

-Adam
 
Back
Top