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

ASP.NET

 
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 
AnswerRe: nested master page problem Pin
josh41727-Jan-09 23:11
josh41727-Jan-09 23:11 
Hi,I hope I understand your problem in a correct way.

Here iam giving you the code for two nested master pages and an aspx page which uses these master pages.


try it out.


1.User.master as follows.



<title>Title




Some content in main master page

<asp:contentplaceholder id="ContentPlaceHolder1" xmlns:asp="#unknown">
runat="server">
Child master page will be placed here...







2.AdminUser.Master as follows(child master page for User as you said and here the Master page file is User.Master).

<asp:content id="Content1" runat="server" xmlns:asp="#unknown">
ContentPlaceHolderID="ContentPlaceHolder1">

This is child master page

<asp:contentplaceholder id="ContentPlaceHolder1">
runat="server" EnableViewState="true">
Contents of pages...



Content in Child master page.


<asp:contentplaceholder id="ContentPlaceHolder2">
runat="server" EnableViewState="true">
Contents of pages.





3.Default.aspx page which uses the master page.(Master Page file is AdminUser.Master)

<asp:content id="Content1" xmlns:asp="#unknown">
ContentPlaceHolderID="ContentPlaceHolder1" runat="Server">





Some content on page



Some content on page





<asp:content id="Content2" xmlns:asp="#unknown">
ContentPlaceHolderID="ContentPlaceHolder2" runat="Server">





Some content on page



Some content on page






Hope it helps. Smile | :)
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 
Questiondrop www from url Pin
munklefish27-Jan-09 5:03
munklefish27-Jan-09 5:03 

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.