If one drags a control, say a button, from the Toolbox (VS 2008 - ASP.NET Website) to the default.aspx page in Design view, the button will always appear next to the last control entered, or if none has been entered, the upper left-hand corner of the page. Is there a way to manipulate this button to some absolute position on the page? The only properties I find in the button properties list is Height and Width. Perhaps a style sheet (*.css) is the way to set the button absolute position, but I can find no examples of such.

Please help.