babak_bsn
سه شنبه 09 مهر 1387, 13:32 عصر
سلام دوستان
من يه مستر پيج طراح كردم كه شامل يك عكس هست.مشكل من اينجاست كه اين عكس ، درون صفحه aspx كه اون مستر پيج رو بهش اضافه كردم نشون داده نميشه
اينم كد مستر پيجم هست
<%@ Master Language="C#" AutoEventWireup="true" CodeFile="MasterPage2.master.cs" Inherits="MasterPage2" %>
<!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 runat="server">
<title>Untitled Page</title>
</head>
<body >
<form id="form1" runat="server">
<div>
<asp:contentplaceholder id="ContentPlaceHolder1" runat="server">
<asp:Image ID="Image1" runat="server" ImageUrl="/images/5_05.gif" />
</asp:contentplaceholder>
</div>
</form>
</body>
</html>
من يه مستر پيج طراح كردم كه شامل يك عكس هست.مشكل من اينجاست كه اين عكس ، درون صفحه aspx كه اون مستر پيج رو بهش اضافه كردم نشون داده نميشه
اينم كد مستر پيجم هست
<%@ Master Language="C#" AutoEventWireup="true" CodeFile="MasterPage2.master.cs" Inherits="MasterPage2" %>
<!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 runat="server">
<title>Untitled Page</title>
</head>
<body >
<form id="form1" runat="server">
<div>
<asp:contentplaceholder id="ContentPlaceHolder1" runat="server">
<asp:Image ID="Image1" runat="server" ImageUrl="/images/5_05.gif" />
</asp:contentplaceholder>
</div>
</form>
</body>
</html>