<%@ Master Language="C#" AutoEventWireup="true" CodeFile="Principal.master.cs" Inherits="_MasterPage_Principal" %>
<!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" lang="pt-br" xml:lang="pt-br">
<head runat="server">
<title>Minha página</title>
<style type="text/css" media="screen">
@import "<%= URL_SITE %>/Css/principal.css";
</style>
</head>
<body>
<form id="form1" runat="server">
<asp:contentplaceholder id="ContentPlaceHolder1" runat="server">
</asp:contentplaceholder>
</form>
</body>
</html>using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Collections.Generic;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
public partial class _MasterPage_Principal : System.Web.UI.MasterPage
{
protected string URL_SITE = "http://www.codigofonte.net/";
protected void Page_Load(object sender, EventArgs e)
{
this.Page.Title = "Meu título da página modificado";
}
}The Controls collection cannot be modified because the control contains code blocks (i.e. <% … %>).protected override void OnLoad(EventArgs e)
{
base.OnLoad(e);
Page.Header.DataBind();
}
![]() |
CodigoFonte.net » CodigoFonte.eti.br » Procurando o que comprar? » MeuMural.com.br » Todos os Direitos Reservados © 2002/2008 |
Procurando Notebooks, Câmeras Digitais, iPhones?