1
當內容放置在contentplaceholder內時,鏈接的行爲發生變化,我必須刷新頁面才能使下載鏈接正常工作。放置contentplaceholder時,我還必須刪除表單標記。如何修改鏈接的行爲,同時讓contentplaceholder引用我的母版頁? (刪除了一些代碼以縮短隱私)ASP.net視圖狀態鏈接錯誤
<asp:Content runat="server" ContentPlaceHolderID="PlaceHolderMain">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head >
<title></title>
<style type="text/css">
</style>
</head>
<body>
<%--<form id="ThisForm" runat="server">--%>
<div>
<table style="width:100%;">
</table>
</div>
</body>
</html>
</asp:Content>