Home All Groups Group Topic Archive Search About

Dynamically Add User Control - Loads Twice

Author
12 Oct 2006 12:42 AM
yohaas
I am dynamically adding user control to a page using
Controls.Add(control). It seems that the Page_Load as well as the other
page rendering events (Init, PreRender etc...) get fired twice. I
assume that they are firing once by the Control.Add and once by the
actual rendering of the page.

The interesitng thing is that when it is a postback, the first time it
fires IsPostBack is true but the second time, it's false.

Any ideas what I can do to prevent this double firing?

Thanks,
yohaas

AddThis Social Bookmark Button