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 Grade: C Views: 0
All of my content pages cannot access the content placeholder listed below. I also cannot change anything in design mode of this master page, i.e. the only thing i can click on is the outer table t...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22464056.html
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 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 Grade: A Views: 15
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 have a gridview bound to a table in the database. I have a masterpage with two contentplaceholders: contentplaceholder1 and contentplaceholder2 each 400 pixels wide.
I want the gridview to dis...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21984432.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