Top "Asp.net-webpages" questions

ASP.

Using a Razor @functions in several webpages (.cshtml files)

I have the below function that I would like to be available to several .cshtml views in my asp.net …

asp.net razor asp.net-webpages
How can I make a custom error page in ASP.NET web-pages with WebMatrix?

Believe it or not I tried to look for the answer to this question with a simple Google Search but …

asp.net web-config webmatrix custom-error-pages asp.net-webpages
Is there an easy way to store an array into a single column in a SQL Server CE database?

I have reviewed possible answers here (for PHP, I think): http://www.lateralcode.com/store-array-database/ but I am unable to …

c# sql-server-ce webmatrix asp.net-webpages
How can I sort my string array from .GetFiles() in order of date last modified in asp.net-webpages?

I have seen a really close example here: Sorting Files by date But I am new to LINQ and couldn't …

c# xml linq sorting asp.net-webpages
How can I get a posted file on server-side from an Ajax Request in asp.net-webpages?

Using the helpful information I found here: How can I upload files asynchronously? I was able to get form data …

c# jquery ajax webmatrix asp.net-webpages
"Missing web components" error when opening MVC3 project in Visual Studio 11 Beta

When I open a solution containing an MVC3 project in Visual Studio 11 Beta, I see the following message: The Web …

visual-studio asp.net-mvc-3 razor web-platform-installer asp.net-webpages
_PageStart.cshtml vs _AppStart.cshtml in ASP.NET WebPages

What is the difference between _PageStart.cshtml vs _AppStart.cshtml? Can I use them interchangeably?

webmatrix asp.net-webpages
Can I use ASP.NET Web Pages without deploying the "bin" folder?

I am creating a very simple site that was originally just a bunch of HTML / CSS files. Then I needed …

asp.net asp.net-webpages