Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • asya0711 1 post 21 karma points
    Sep 16, 2012 @ 15:23
    asya0711
    0

    Template asp.net - Asp ContentPlaceHolder not working - Stack Overflow

     

    I need your help: Asp ContentPlaceHolder is not working. This is my Code:

    <asp:Content ContentPlaceHolderID="ContentPlaceHolderDefault" runat="server">

    <asp:ContentPlaceHolder Id="slide" runat="server">
       
    <!-- Insert default "slide" markup here -->
    </asp:ContentPlaceHolder>

    </asp:Content>



    <%@ Master Language="C#" MasterPageFile="~/masterpages/HomePage.master" AutoEventWireup="true" %>

    <asp:Content ContentPlaceHolderId="slide" runat="server">
         blao balo bla balll
    </asp:Content>


     

  • Jan Skovgaard 11258 posts 23500 karma points MVP 7x admin c-trib
    Sep 16, 2012 @ 21:06
    Jan Skovgaard
    0

    Hi there and welcome to our :)

    Could you please also paste the error message? At a first glance this look fine so if you could post the error message as well I think it would be easier to help you out.

    Cheers,

    Jan

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies