fatcodeguy
Programmer
Hi,
I have a page that has some controls loaded dynamically at runtime in PlaceHolders and some controls that are loaded in the Designer View.
However, the dynamically loaded controls are rendered at the top of the page and the static controls are at the bottom.
Is there a way to have the static controls rendered at the top?
All my Code Behind is in the Page_Load event handler. Should i move some of it other Page handlers?
Thanks!!
I have a page that has some controls loaded dynamically at runtime in PlaceHolders and some controls that are loaded in the Designer View.
However, the dynamically loaded controls are rendered at the top of the page and the static controls are at the bottom.
Is there a way to have the static controls rendered at the top?
All my Code Behind is in the Page_Load event handler. Should i move some of it other Page handlers?
Thanks!!