or do this ...
put label or a "placeholder" where you want your server control to appear
in your page and dynamically add your control to that control at runtime..
i.e. (say you used a label called mycontrol).....
mycontrol.Controls.Add( yourservercontrol).