Hello all,

I'm having a problem, and I'm sure someone could help me with this:

in an ASP .NET application I have several imagebuttons. I have a problem with them. Every time I click a button, the page load event is called instead of the method specified in the OnClick of the button...

what could be the base of this problem? I can't find it, but because it's a heavy application, each time I call the form, it is loaded twice instead of once.

The methods provides some action to the database, and then redirects to the same page with other parameters.

Does someone have a suggestion?

Thanx in advance,

Marco