Click here to Skip to main content
15,896,421 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Sending Same Message to Multiple Users Pin
J4amieC27-Jan-09 23:29
J4amieC27-Jan-09 23:29 
GeneralRe: Sending Same Message to Multiple Users Pin
Aman Bhullar28-Jan-09 1:33
Aman Bhullar28-Jan-09 1:33 
QuestionJavaScript function for custom server control Pin
AnuMaria27-Jan-09 18:47
AnuMaria27-Jan-09 18:47 
AnswerRe: JavaScript function for custom server control Pin
N a v a n e e t h27-Jan-09 18:52
N a v a n e e t h27-Jan-09 18:52 
Questionretriving a file from another drive Pin
sarang_k27-Jan-09 17:59
sarang_k27-Jan-09 17:59 
AnswerRe: retriving a file from another drive Pin
N a v a n e e t h27-Jan-09 18:54
N a v a n e e t h27-Jan-09 18:54 
QuestionAfter security update that is described in security bulletin MS07-040 - ASP.NET 2.0 application started showing garbage data. [modified] Pin
payback27-Jan-09 17:23
payback27-Jan-09 17:23 
Questionnested master page problem Pin
Arif Liminto27-Jan-09 14:20
professionalArif Liminto27-Jan-09 14:20 
Hi, I am still a newbie in ASP.net development,

I try to learn about nested master page, and I got this problem

Cannot find ContentPlaceHolder 'ContentPlaceHolderUser' in the master page '/OnlinePrayer/MasterPage/AdminUser.master'

I have done some research in internet, but until now, I have not got the right solutions.

basically, in my website, there are 2 master page : AdminUser.master and User.master
and AdminUser is child of User,

In User.Master , I've got this following code

<%@ Master Language="C#" AutoEventWireup="true" CodeFile="User.master.cs" Inherits="MasterPage_User" %>
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>UserPage</title>
</head>
<body>
<form id="form1" runat="server">
    <div>
<asp:contentplaceholder id="ContentPlaceHolderUser" runat="server">
        </asp:contentplaceholder>
    </div>
    </form>
</body>
</html>


and in AdminUser.master, i've got this code

<%@ Master Language="C#" MasterPageFile="~/MasterPage/User.master" AutoEventWireup="true" CodeFile="AdminUser.master.cs" Inherits="MasterPage_AdminUser" %>

<asp:Content ID= "SubContent1" contentplaceholderid="ContentPlaceHolderUser" runat="server">
</asp:Content>


I thought that I had define ContentPlaceHolderUser in User.Master, but I dunno why I still got this error? in Admin.Master

I would be grateful if you could give me feedbacks about my problems,

thanks
AnswerRe: nested master page problem Pin
josh41727-Jan-09 23:11
josh41727-Jan-09 23:11 
QuestionDisplay contents of a multiline textbox for printing Pin
krup7527-Jan-09 11:50
krup7527-Jan-09 11:50 
QuestionImages not showing up Pin
Ekjon27-Jan-09 9:55
Ekjon27-Jan-09 9:55 
AnswerRe: Images not showing up Pin
N a v a n e e t h27-Jan-09 18:56
N a v a n e e t h27-Jan-09 18:56 
AnswerRe: Images not showing up Pin
TestRider27-Jan-09 19:00
TestRider27-Jan-09 19:00 
AnswerRe: Images not showing up Pin
Abhijit Jana27-Jan-09 19:00
professionalAbhijit Jana27-Jan-09 19:00 
QuestionSession Lost Pin
Waheed Ur Rehman27-Jan-09 7:52
Waheed Ur Rehman27-Jan-09 7:52 
AnswerRe: Session Lost Pin
vaghelabhavesh27-Jan-09 9:33
vaghelabhavesh27-Jan-09 9:33 
GeneralRe: Session Lost Pin
Waheed Ur Rehman27-Jan-09 9:46
Waheed Ur Rehman27-Jan-09 9:46 
AnswerRe: Session Lost Pin
Abhijit Jana27-Jan-09 18:44
professionalAbhijit Jana27-Jan-09 18:44 
AnswerRe: Session Lost Pin
kishorg127-Jan-09 19:14
kishorg127-Jan-09 19:14 
GeneralRe: Session Lost Pin
Ashutosh Phoujdar27-Jan-09 20:15
Ashutosh Phoujdar27-Jan-09 20:15 
Questionhow could we will add WMV from COM Components in asp.net Pin
somasekhara77727-Jan-09 7:51
somasekhara77727-Jan-09 7:51 
AnswerRe: how could we will add WMV from COM Components in asp.net Pin
Ashutosh Phoujdar27-Jan-09 22:15
Ashutosh Phoujdar27-Jan-09 22:15 
QuestionAccessing an image on the web form Pin
Ekjon27-Jan-09 7:41
Ekjon27-Jan-09 7:41 
AnswerRe: Accessing an image on the web form Pin
TestRider27-Jan-09 19:04
TestRider27-Jan-09 19:04 
QuestionDatabinding to dynamically created textboxes Pin
gbabu1727-Jan-09 5:40
gbabu1727-Jan-09 5:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.