WebControls Handlers dont fire

  • Thread starter Thread starter Alessandro
  • Start date Start date
A

Alessandro

Hi all,
I cant think about the solution of this problem.
I have a WebForm that performs a file upload .
But when I click on the button controls no handler
function fires . Can anyone give me a hint where
I have to find out the solution?

Many thanks

Alessandro
 
Kevin Spencer said:
Did you write an event handler for the button control you mentioned?

Yes, I also inserted in the asp:button the onclick attribute with the
name of the handler but nothing changes.

I'll rewrite the webform

Thanks

Alessandro
 
Back
Top