Hi

I have web application that uses a lot of user controls.

The problem i m facing is, the page_init and page_load events are getting called twice before the page gets rendered.

I tried searching on google, and found out that setting the AutoEventWireup="False" would solve the problem, but when i do this, the events are not called even once.

what should i do???