CodeVerge.Net Beta


   Explore    Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums

ASP.NET Web Hosting – 3 Months Free!



Zone: > NEWSGROUP > Asp.Net Forum > visual_studio.visual_web_developer_2005_express Tags:
Item Type: NewsGroup Date Entered: 4/20/2006 4:04:19 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 3 Views: 25 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
4 Items, 1 Pages 1 |< << Go >> >|
licheca
Asp.Net User
Problem using masters pages4/20/2006 4:04:19 PM

0/0

Hi,

I've created a new new site and I added a master page to it. Lets say I add a Heder template from the Layout menu > tables. Here I'm able to add content placeholders in both cells, but I can't add for example only a table in the top cell. Afterwards when I create a forms .aspx page and add the master page it's supposed to be all grayed out except the area where I placed the content place holder. The problem is that my content page it's not all grayed and I can add, for example a table anywere in the page, instead only inside the content placeholder.

Can anyone help me out here? Have I got any disabled feature?

Thanks, 

Carlos

bmains
Asp.Net User
Re: Problem using masters pages4/20/2006 4:36:01 PM

0/0

Hey,

It would probably help to see the master and content page HTML...


Brian

"Trust in the Lord and do what is good; dwell in the land and live securely. Take delight in the Lord, and He will give you your heart's desires" (Psalm 37: 3-4).
licheca
Asp.Net User
Re: Problem using masters pages4/20/2006 6:49:51 PM

0/0

Hey Brian,

This is my master page HTML.

<%@ Master Language="VB" CodeFile="MasterPage.master.vb" Inherits="MasterPage" %>

<!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>
<script language="javascript" type="text/javascript">
<!--



// -->
</script>
</head>
<body style="background-image: url(Images/bg.gif); background-color: transparent">
    <form id="form1" runat="server">
    <div>
         
        <table border="0" cellpadding="0" cellspacing="0" style="z-index: 100; border-left-color: white;
            left: 22%; border-bottom-color: white; margin: 20px; width: 596px; border-top-style: solid;
            border-top-color: white; border-right-style: solid; border-left-style: solid;
            position: absolute; top: 1%; height: 156px; background-color: white; border-right-color: white;
            border-bottom-style: solid">
            <tr>
                <td style="border-left-color: white; background-attachment: fixed;
                    background-image: url(Images/top2.jpg); margin-bottom: 10px; border-bottom-color: white;
                    width: 596px; border-top-style: solid; border-top-color: white; background-repeat: no-repeat;
                    border-right-style: solid; border-left-style: solid; height: 199px; border-right-color: white;
                    border-bottom-style: solid; vertical-align: top; color: white; font-style: normal; font-family: Tahoma; text-align: right;">
                    <br />
                    <br />
                    <strong><span style="font-size: 14pt; vertical-align: text-top">Env?o de Mensajes desde
                        Internet</span></strong></td>
            </tr>
            <tr>
                <td style="border-left-color: white; background-image: none; margin-bottom: 10px;
                    border-bottom-color: white; width: 596px; border-top-style: solid; border-top-color: white;
                    border-right-style: solid; border-left-style: solid; height: 48px; background-color: lightsteelblue;
                    border-right-color: white; border-bottom-style: solid">
                </td>
            </tr>
            <tr>
                <td style="padding-right: 5px; padding-left: 5px; border-left-color: white; background-image: none;
                    margin-bottom: 10px; border-bottom-color: white; padding-bottom: 5px; width: 596px;
                    border-top-style: solid; border-top-color: white; padding-top: 5px; border-right-style: solid;
                    border-left-style: solid; height: 100%; background-color: lightsteelblue; border-right-color: white;
                    border-bottom-style: solid">
                    <asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
                    </asp:ContentPlaceHolder>
                </td>
            </tr>
            <tr>
                <td style="border-left-color: white; background-image: none; margin-bottom: 10px;
                    border-bottom-color: white; width: 596px; color: white; border-top-style: solid;
                    border-top-color: white; font-style: italic; font-family: Tahoma; border-right-style: solid;
                    border-left-style: solid; height: 28px; background-color: #cc0033; text-align: center;
                    border-right-color: white; border-bottom-style: solid">
                    <span style="font-size: 9pt">Copyright 2006 C. Arango - R. Sosa</span></td>
            </tr>
        </table>
           <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
         </div>
    </form>
</body>
</html>
 
 
licheca
Asp.Net User
Re: Problem using masters pages4/20/2006 6:53:30 PM

0/0

Hey Brian,

This is my master page HTML.

<%@ Master Language="VB" CodeFile="MasterPage.master.vb" Inherits="MasterPage" %>

<!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>
<script language="javascript" type="text/javascript">
<!--



// -->
</script>
</head>
<body style="background-image: url(Images/bg.gif); background-color: transparent">
    <form id="form1" runat="server">
    <div>
         
        <table border="0" cellpadding="0" cellspacing="0" style="z-index: 100; border-left-color: white;
            left: 22%; border-bottom-color: white; margin: 20px; width: 596px; border-top-style: solid;
            border-top-color: white; border-right-style: solid; border-left-style: solid;
            position: absolute; top: 1%; height: 156px; background-color: white; border-right-color: white;
            border-bottom-style: solid">
            <tr>
                <td style="border-left-color: white; background-attachment: fixed;
                    background-image: url(Images/top2.jpg); margin-bottom: 10px; border-bottom-color: white;
                    width: 596px; border-top-style: solid; border-top-color: white; background-repeat: no-repeat;
                    border-right-style: solid; border-left-style: solid; height: 199px; border-right-color: white;
                    border-bottom-style: solid; vertical-align: top; color: white; font-style: normal; font-family: Tahoma; text-align: right;">
                    <br />
                    <br />
                    <strong><span style="font-size: 14pt; vertical-align: text-top">Env?o de Mensajes desde
                        Internet</span></strong></td>
            </tr>
            <tr>
                <td style="border-left-color: white; background-image: none; margin-bottom: 10px;
                    border-bottom-color: white; width: 596px; border-top-style: solid; border-top-color: white;
                    border-right-style: solid; border-left-style: solid; height: 48px; background-color: lightsteelblue;
                    border-right-color: white; border-bottom-style: solid">
                </td>
            </tr>
            <tr>
                <td style="padding-right: 5px; padding-left: 5px; border-left-color: white; background-image: none;
                    margin-bottom: 10px; border-bottom-color: white; padding-bottom: 5px; width: 596px;
                    border-top-style: solid; border-top-color: white; padding-top: 5px; border-right-style: solid;
                    border-left-style: solid; height: 100%; background-color: lightsteelblue; border-right-color: white;
                    border-bottom-style: solid">
                    <asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
                    </asp:ContentPlaceHolder>
                </td>
            </tr>
            <tr>
                <td style="border-left-color: white; background-image: none; margin-bottom: 10px;
                    border-bottom-color: white; width: 596px; color: white; border-top-style: solid;
                    border-top-color: white; font-style: italic; font-family: Tahoma; border-right-style: solid;
                    border-left-style: solid; height: 28px; background-color: #cc0033; text-align: center;
                    border-right-color: white; border-bottom-style: solid">
                    <span style="font-size: 9pt">Copyright 2006 C. Arango - R. Sosa</span></td>
            </tr>
        </table>
           <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
         </div>
    </form>
</body>
</html>
 

 And this is the content page HTML.

 

 
<%@ Page Language="VB" MasterPageFile="~/MasterPage.master" AutoEventWireup="false" CodeFile="Default2.aspx.vb" Inherits="Default2" title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
    <table style="z-index: 100; left: 15px; position: absolute; top: 80px">
        <tr>
            <td style="width: 100px">
            </td>
            <td style="width: 100px">
            </td>
            <td style="width: 100px">
            </td>
        </tr>
        <tr>
            <td style="width: 100px">
            </td>
            <td style="width: 100px">
            </td>
            <td style="width: 100px">
            </td>
        </tr>
        <tr>
            <td style="width: 100px">
            </td>
            <td style="width: 100px">
            </td>
            <td style="width: 100px">
            </td>
        </tr>
    </table>
</asp:Content>

 

Thanks for your help.

Carlos

4 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
Professional ASP.NET 3.5: In C# and VB Authors: Bill Evjen, Scott Hanselman, Devin Rader, Pages: 1673, Published: 2008
Adobe Creative Suite 2 All-in-One Desk Reference For Dummies Authors: Jennifer Smith, Christopher Smith, Pages: 736, Published: 2005
Beginning ASP.NET 3.5 in VB 9.0: From Novice to Professional Authors: Matthew MacDonald, Pages: 1149, Published: 2007
ASP.NET 2.0 Website Programming: Problem-design-solution Authors: Marco Bellinaso, Pages: 576, Published: 2006
Pro ASP.NET 2.0 in VB 2005: From Professional to Expert Authors: Laurence Moroney, Matthew MacDonald, Pages: 1253, Published: 2006
ASP.NET 2.0 Cookbook Authors: Michael A. Kittel, Geoffrey T. Leblond, Pages: 989, Published: 2005
Visual Web Developer 2005 Express Edition For Dummies Authors: Alan Simpson, Pages: 358, Published: 2005
Professional ASP.NET 2.0 Authors: Bill Evjen, Scott Hanselman, Farhan Muhammad, Srinivasa Sivakumar, Devin Rader, Pages: 1253, Published: 2005
Pro ASP.NET 2.0 in C# 2005 Authors: Matthew MacDonald, Mario Szpuszta, Pages: 1255, Published: 2005
Microsoft Office SharePoint Server 2007: The Complete Reference Authors: David Matthew Sterling, David Sterling, Pages: 788, Published: 2007

Web:
CodeGuru: Using Master Pages Aug 31, 2006 ... The following is Chapter 3, "Using Master Pages," from Enhancing ... One of the common problems with using user controls within template ...
ASP.NET QuickStart Tutorials To solve this problem, you may take one of the following approaches: ... The Content Page can then reference the Master Page using the Master property of ...
Using Master Pages and Site Navigation Tutorial 5: Using Master Pages and Site Navigation. The below tutorial demonstrates how to create and use the new ASP.NET Master Pages and Site Navigation ...
ASP.Net 2.0 - Master Pages: Tips, Tricks, and Traps Apr 11, 2006 ... In this article, we are going to examine some of the common problems developers run into when using master pages, and demonstrate some ...
Introducing ASP.NET 2.0 Master Pages The master page defines content areas using the ContentPlaceHolder control, and the content pages place their content in the areas identified by the ...
Master Pages: Master Your Site Design with Visual Inheritance and ... This is precisely the problem that Master Pages in ASP. .... Figure 6 shows my continuing example using Master Pages as it would appear when editing a ...
CSS Options with Master Pages I have the problem where we applied the master page using a feature so the core. css is being called after the theme.css in the theme folder. ...
Header problems using themes/master pages in 2.0 Talk about Header problems using themes/master pages in 2.0.
problem using javascript with master page - ASP.NET Forums problem using javascript with master page. Last post 09-01-2008 7:30 PM by HeartattacK. 1 replies. ... Re: problem using javascript with master page ...
CodeProject: Using Meta Tags with Master Pages in ASP.NET. Free ... May 24, 2007 ... When using master pages the section is part of the master page and ... My first cut at a solution to this problem involved using the ...

Videos:
Using Master Pages in Visual Studio 2008 This video demonstrate how to use the visual studio master pages feature that allow you to create a template for your website. Enjoy
Professional User Interface using Master Pages, Themes and Site Nav (CS2005) This is a video from a lecture by Vladimir Chalkov (Crossroad Ltd) about Professional User Interface using Master Pages, Themes and Site Navigation p...
Using Master Pages by Mohamed EL.Messeiry Creating a sample application and using the power of master page to unify the design of the pages.
Blocks Master Pages - RapidWeaver screencast SupportCasts are proud to present another screencast this time using Blocks Master Pages with RapidWeaver. We have also teamed up with YourHead.com t...
Using Master Pages in Visual Studio 2008 This video demonstrate how to use the visual studio master pages feature that allow you to create a template for your website. Enjoy
Create Master/Detail pages using PHP and Dreamweaver Learn how to link, update and delete records
Work with SharePoint Master Pages with SharePoint Designer SharePoint Master Pages allow you to create a customized look and feel (format, CSS, etc) for your site. This tutorial reviews how to use the sample...
purchase walkthrough for 207+ page ebook, company file, and sample template - LandlordAccounting.com Yes, you *can* use QuickBooks for Real Estate Investing and Property Management (It works Great!... once you know how) May I please show you step by...
RapidWeaver Screencast: The Blocks Plugin's Master Page RapidWeaver Classroom presents a tutorial on using the Master Page as a part of the Blocks plugin for RapidWeaver.
Masters degree..distance learning and online schools deliver degrees online The connectivity is one of the main differences if we compare a mobile device with the PC (the usual medium for delivering e-learning). Nowadays mobi...




Search This Site:










local debug not working....

post moved to another forum

package load failure

copying aspx/aspx.vb pages

changing to access provider

can't select j# as asp.net programming language

deploying website and parser error message: could not load type

url not working!!!

unmanaged debugging not available

from where to get the orcas, visual web developer beta-1

can't download visual web developer 2005 beta - "not a valid win32 app"

binding data to a fricking textbox

warnings in vwd - freshie here

problem with the guided tour

obfuscator for framework 2.0!!

vwd2005express - mysql5.0.24 - in a 3-tier architecture..

why it does not using code behind on ide by default

vwd controls for vs.net2003

advanced sql generation options - grey out

precompiled assembly

tabindex

presenting html document as an include within asp.net

vs web developer express 2005 beta 2 requiring login and passowrd to display site

immediate window in visual web developer totally messed up????

iis configuring/tuning help

problem in creating database

escaping client script blocks

need help - configuring sql server 2005 and vwd 2005

unable to configure provider in web site administration tool

visual studio 2005 express october community tech preview now available

  Privacy | Contact Us
All Times Are GMT