看看它的外觀現在: 如何將WebForm放置在我想要的位置*嘆* *?
我怎樣才能讓的ContentPlaceHolder去哪裏我概括?謝謝您的幫助。
我主要在WinForms中編程,所以我習慣於將東西拖動。爲什麼我不能在這裏做到這一點。幫助我!
編輯:這是我在我的CSS:
.Form
{
position:absolute;
left:60px;
}
如何使用這個對我的表單代碼:
<%@ Page Title="" Language="C#" MasterPageFile="~/EndUserMasterPage.Master" AutoEventWireup="true" CodeBehind="RegistroNuevoPostulante.aspx.cs" Inherits="WebSite.RegistroNuevoPostulante" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
</asp:Content>
請發佈母版頁標記。 – 2009-09-29 13:31:25