Top "Master-pages" questions

a feature of ASP.

Make absolute positioned div expand parent div height

As you can see in the CSS below, I want child2 to position itself before child1. This is because the …

html css position master-pages parent-child
Can I dynamically add HTML within a div tag from C# on load event?

Mind you, I am using master pages, but can I locate a div within the page and throw some html …

c# asp.net .net-3.5 master-pages
MVC 3: How to render a view without its layout page when loaded via ajax?

I am learning about Progressive Enhancement and I have a question about AJAXifying views. In my MVC 3 project I have …

c# asp.net-mvc asp.net-mvc-3 master-pages razor
How to include Javascript file in Asp.Net page

I want to do some client side validation using javascript in ASP.NET page. I tried using <script src="../../../…

asp.net javascript master-pages
how to access master page control from content page

I have a master page which contains a label for status messages. I need to set the status text from …

asp.net master-pages code-behind
Where does error CS0433 "Type 'X' already exists in both A.dll and B.dll " come from?

When I run a webapp from Visual Studio 2008 SP1 using the internal web server (not IIS) I receive the above …

c# asp.net master-pages
a page can have only one server-side form tag

I am using master page and when I run this page, it shows the following error message: a page can …

asp.net master-pages
how to display none through code behind

I have tried this login_div.Style("display") = "none"; But it's not working.how can I set the display of …

asp.net master-pages
Parser Error: '_Default' is not allowed here because it does not extend class 'System.Web.UI.Page' & MasterType declaration

I recently converted a website project to a web application project in Visual Studio 2008. I finally got it to compile, …

c# asp.net master-pages