Published:
08 Oct 2008
|
Abstract
In this article, Abdulla examines how to find a control from Content Page inside two Nested Master Pages using Visual Studio 2008. He initially demonstrates the problem and then provides the required solution with relevant code samples. |
 |
by Abdulla Hussein AbdelHaq
Feedback
|
Average Rating:  
Views (Total / Last 10 Days):
31416/
14
|
|
|
Introduction |
Finding a server control inside a Content page inheriting
from nested master pages is one of the problems that so many developers have
faced. So in this code snippet, I will show you how to solve this issue.
|
|
|
User Comments
Title:
Excellent Example
Name:
Debbie
Date:
2012-04-24 12:49:56 PM
Comment:
This code was exactly what I was looking for. I have been working on this problem for 2 hrs. Thanks so much!!
|
Title:
Nice!
Name:
mon
Date:
2011-07-07 11:57:13 PM
Comment:
great! helped me a lot. been figuring this out for 2 hours. thanks!
|
Title:
Developer
Name:
Azhar rizvi
Date:
2010-07-09 2:54:52 AM
Comment:
Thanks a lot man.. You have done a great job. keep posting.
Wish u smiles.
|
Title:
developer
Name:
Cas
Date:
2010-04-26 10:50:48 AM
Comment:
Thanks a bunch. I have been really struggling calling controls in nested master pages, this really simplified it.
Good Stuff :)
|
Title:
developer
Name:
netslaves
Date:
2010-03-09 8:27:32 AM
Comment:
thanks
|
Title:
Great logic!
Name:
d-cpt
Date:
2009-08-17 10:45:31 AM
Comment:
Excellent article. Thanks a lot.
|
Title:
Less Code
Name:
Lannie Lawton
Date:
2009-07-18 3:26:25 PM
Comment:
Dim lbl As label = Me.Master.Master.FindControl("ContentPlaceHolder1$ContentPlaceHolder1$Label1")
Would work too, at least in VS 2008.
|
Title:
good explaination
Name:
soma sekhar
Date:
2009-06-23 2:52:21 AM
Comment:
this is good example to get master page controls
|
Title:
Great
Name:
Abidali
Date:
2009-03-24 8:21:40 AM
Comment:
nice article Help me lot
|
|
Product Spotlight
|
|