Page_Load is called 12 times?

  • Thread starter Thread starter George Ter-Saakov
  • Start date Start date
G

George Ter-Saakov

I just find out in a debug that Page_Load is called 12 times when rendering
the page.

What could be the problem?

All this page has is a bunch of UserConrols.

I did check the InitalizeComponent. It hooked up only once there and
AutoEventWireup="false"

Thanks.
George.
 
why use /param1/param2 (how do you do that anyway?) and make it think it's a
folder on the server?

why not use ...mypage.aspx?param1=something&param2=somethingelse&param3=...
as the URL?
 
Back
Top