Hi,
using vs 2005, asp.net 2 and c#.
I have a master page - it has a table with 3 columns. The left column is the nav, the middle column is the body and the right column has a contentplaceho...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21690175.html
I have a master page template that contains a header and a navigation menu. There is one content placeholder, that loads the appropriate pages based on the user's selection from the navigation menu...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21822976.html
Hey there guys, i have posted a few time on this with no reply to my posts. Here goes my last attempt at finding a answer to this question.
I have a master page... On this MasterPage i have a us...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_22402457.html
Zones:
C#,
.NETDate Answered: 02/21/2007 Rating: 5.4 Views: 0
I have 5 ContentPlaceHolders in my MasterPage. How do I write in them from a Response.Write in a C# function using the ID="ContentPlaceHolder3" for example? I'm trying to do something in my Page_lo...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22659607.html
I tried the following based on "Pro ASP.Net 2.0 in C#" recommendation.
in the content page code behind
Page masterPage = base.Master.Page
masterPage.Header.Metadata.Add("Keywords", "great,...
http://www.experts-exchange.com/Programming/Misc/Q_21852428.html
Zones:
ProgrammingDate Answered: 06/07/2006 Rating: 7.4 Views: 0
I am trying to resize a Content place holder in a master page. I can get the handles to change the size but the box is frozen in size. What am I doing wrong?
Thanks
Kenny
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21873817.html
Zones:
C#Date Answered: 06/06/2006 Rating: 8.2 Views: 16
Hello,
Is there anyway I can set height of contentplaceholder in my master page.
The reason being, if the content is less the footer is is not uniform across the application.
Pls help
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21888845.html
We have a master page which has several contentplaceholders. Let's say something like this:
<div id="leftPanel" visible="false" runat="server">
<asp:contentplaceholder id="placeholder1" runat...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21942322.html
I've been developing ASP for years and am now moving toward ASP.NET 2.0 for all new development work.
I have created a basic ASP.Net 2.0 MasterPage for a proof of concept website using a table (...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22110286.html
<style>
@media print {
.noprint {
display: none;
}
}
</style>
This style setting will allow me to select what is not printed on a webpage. How do I apply this to my mas...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22110966.html