Top "Master-pages" questions

a feature of ASP.

Parser Error Message: Could not load type 'webmarketing'

After finishing the web application and publishing it online no matter I try I keep getting the following error, keep …

c# asp.net master-pages
how to set a default 'enter' on a certain button

There is a textbox on a ContentPage. When the user presses Enter in that textbox I am trying to fire …

asp.net master-pages
Open source Asp.Net Master page Templates

Where can I download Open source Asp.Net Master page Templates?

asp.net master-pages
ASP.NET Custom 404 Returning 200 OK Instead of 404 Not Found

After trying to setup my site for Google Webmaster Tools I found that my Custom ASP.NET 404 page was not …

c# asp.net master-pages http-status-code-404 custom-errors
How to include CSS in master pages?

How do I include CSS reference in only certain pages on my asp.net website? If I include the reference …

asp.net master-pages asp.net-2.0
Only Content controls are allowed directly in a content page that contains Content controls in ASP.NET

I have an application which has a master page and child pages. My application is working fine on local host (…

asp.net master-pages
Proper way to use JQuery when using MasterPages in ASP.NET?

I have no issues when doing using JQuery in a aspx page without a masterpage, but when I try to …

asp.net jquery master-pages fancybox
How to use JQuery with Master Pages?

I can get simple examples to work fine as long as there's no master page involved. All I want to …

asp.net jquery master-pages
find control in page

HTML <body> <form id="form1" runat="server"> <asp:Button runat="server" ID="a" OnClick="a_…

c# asp.net master-pages
How to set the default button in content page using asp.net?

I need to set the content page default button. My code is like this: <asp:Content ID="BodyContent" runat="…

asp.net button master-pages content-pages