The docs for @MasterType have this example. <%@ PagemasterPageFile=\"~/MasterPage.master\"%> <%@ MasterTypevirtualPath=\"~/MasterPage.master\"%>
I\'m having a problem with a web app I\'m managing. Users starting receiving the following err开发者_StackOverflowor occasionally:
I have an ASP.NET form for currency exchange requests. There are two text fields there: amount-source and amount-target.
My group uses merge modules on various projects which is then added to a setup project.This simplifies deployment by having only one .msi for our entire suite of functionality and allows us to have on
Our company currently has a web site which is deployed in Windows 2000 OS, which means that we could only install .NET 2.0 on that machine. Upgrading the Webserver OS is out of the question, since thi
I\'m running an asp.net web application with c#. The following is used: - Windows 2003 server - IIS6.0
I am working on an ASP.NET 3.5 Web Application project in C#. I have manually added a Google-friendly sitemap which includes entries for every page in the project - this is not a CMS.
I\'m deploying a new .Net 2.0 Asp.Net app with StructureMap 2.0 to a new environment for the first time.
I\'m attempting to use business objects as a datasource for an ASP.NET Microsoft rdlc Report and I am having problems displaying the values of subobjects in the report.