Click here to Skip to main content
15,922,419 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How to Add an UpdatePanel dynamically? Pin
N a v a n e e t h27-Jan-09 20:47
N a v a n e e t h27-Jan-09 20:47 
AnswerRe: How to Add an UpdatePanel dynamically? Pin
Rajdev Ramasamy27-Jan-09 20:11
Rajdev Ramasamy27-Jan-09 20:11 
GeneralRe: How to Add an UpdatePanel dynamically? Pin
meeram39528-Jan-09 21:35
meeram39528-Jan-09 21:35 
QuestionSending Same Message to Multiple Users Pin
sjs4u27-Jan-09 19:00
sjs4u27-Jan-09 19:00 
AnswerRe: Sending Same Message to Multiple Users Pin
Aman Bhullar27-Jan-09 19:03
Aman Bhullar27-Jan-09 19:03 
GeneralRe: Sending Same Message to Multiple Users Pin
sjs4u27-Jan-09 19:12
sjs4u27-Jan-09 19:12 
GeneralRe: Sending Same Message to Multiple Users Pin
Aman Bhullar27-Jan-09 19:22
Aman Bhullar27-Jan-09 19:22 
GeneralRe: Sending Same Message to Multiple Users Pin
sjs4u27-Jan-09 19:28
sjs4u27-Jan-09 19:28 
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 

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.