Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Dynamically Loaded Controls

Status
Not open for further replies.

fatcodeguy

Programmer
Feb 25, 2002
281
CA
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!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top