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
 
Did you write an event handler for the button control you mentioned?

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
http://www.takempis.com
Big Things are made up of
Lots of Little Things.
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top