MVC

Using the DropDownList Helper with ASP.NET MVC

This post will teach you the basics of working with the DropDownList helper in an ASP.NET MVC Web application. The DropDownList helper used to create an HTML select list requires a IEnumerable , either explicitly or implic…

How to create html helper in razor (.NET MVC)

Razor is an ASP.NET programming syntax used to create dynamic web pages with the C# or Visual Basic .NET programming languages. The Razor syntax is a template markup syntax, based on the C# programming language, that enables …

Load More
That is All