When I declare some Buttons for a TabPanel, they appear at the bottom right of TabPanel's footer. Is there any way to:
  1. <LI>Control button alignment? E.g. I want "Save" and "Close" buttons to be aligned bottom right as they currently are, but "Delete" to be at bottom left.</LI>
    <LI>Control where the buttons will be rendered: footer or header (is it possible to have buttons in header at all?)</LI>



Thank you!

PS. And while I am at it and mention header/footer where the buttons are, can I insert asp.net controls or html controls (e.g. dropdown) into this header/footer next to the buttons?