3,598 questions
If you switch to Source view and add a <div> like this:
<div style="margin-top: 100pt; margin-left: 200pt">
<asp:Calendar ID="Calendar1" runat="server"></asp:Calendar>
</div>
then the calendar will be moved. You can then switch to Design view and adjust the margins using the mouse.
It is also possible to use <asp:Panel> or <table> elements, or Format>Position menu, or other techniques. However, I am not sure that you read answers.