The HTML 5 History API is one of the newer kids on the HTML 5 block. This article based on chapter 4 of HTML5 for .NET Developers shows you one way of getting history integrated with your .NET server-side web applications.
Great Free Video Training on ASP.NET Web Forms and ASP.NET MVC - ScottGu's Blog
A sample on Asp.Net MVC Model Validation using DataAnnotations and ModelValidators
ASP.NET MVC provides many built-in HTML Helpers. With help of HTML Helpers we can reduce the amount of typing of HTML tags for creating a HTML page. For example we use Html.TextBox() helper method it generates html input textbox. Write the following code snippet in MVC View: It generates the following html in output [...]
ASP.NET MVC3 includes a new class HttpNotFoundResult in System.Web.Mvc namespace. HttpNotFoundResult: Instance of HttpNotFoundResult class indicates to client(browser) that the requested resource was not found. It returns a 404 HTTP status code to the client. Generally we return 404 status code if a requested webpage is not available. In case of MVC applications we return 404 status code is in [
including how to use a database to populate the dropdown
Attributes are a simple way to run common handling across many actions without repeating yourself
Displaying a Sorted, Paged, and Filtered Grid of Data in ASP.NET MVC
Use MvcContrib Grid to Display a Grid of Data in ASP.NET MVC
Creating a Custom ASP.NET MVC Project Template
|
|