When the contents is placed inside the contentplaceholder, the behavior of the links are changed, I have to refresh the page to make the download links functional. I also have to remove the form tag when I place the contentplaceholder. How do I fix the behavior of the links while having a contentplaceholder to reference my master page? (some code removed to shorten and privacy)
<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>