9 | To see the dropdown lists in action, click "Create New". 10 |
11 | 12 |13 | @Html.ActionLink("Create New", "Create") 14 |
15 |18 | @Html.DisplayNameFor(model => model.CustomerID) 19 | | 20 |21 | @Html.DisplayNameFor(model => model.CustomerName) 22 | | 23 |24 | @Html.DisplayNameFor(model => model.CountryName) 25 | | 26 |27 | @Html.DisplayNameFor(model => model.RegionName) 28 | | 29 |30 | |
---|---|---|---|---|
36 | @Html.DisplayFor(modelItem => item.CustomerID) 37 | | 38 |39 | @Html.DisplayFor(modelItem => item.CustomerName) 40 | | 41 |42 | @Html.DisplayFor(modelItem => item.CountryName) 43 | | 44 |45 | @Html.DisplayFor(modelItem => item.RegionName) 46 | | 47 |48 | @Html.ActionLink("Edit", "Edit", new { id=item.CustomerID }) @*| 49 | @Html.ActionLink("Details", "Details", new { /* id=item.PrimaryKey */ }) | 50 | @Html.ActionLink("Delete", "Delete", new { /* id=item.PrimaryKey */ })*@ 51 | | 52 |
Use this area to provide additional information.
8 | -------------------------------------------------------------------------------- /Blip.Web/Views/Home/Contact.cshtml: -------------------------------------------------------------------------------- 1 | @{ 2 | ViewBag.Title = "Contact"; 3 | } 4 |ASP.NET is a free web framework for building great Web sites and Web applications using HTML, CSS and JavaScript.
8 | 9 |18 | Demonstration of methods for updating a web page with ASP.NET MVC Ajax Helper class methods. 19 |
20 | 21 |28 | ASP.NET MVC gives you a powerful, patterns-based way to build dynamic websites that 29 | enables a clean separation of concerns and gives you full control over markup 30 | for enjoyable, agile development. 31 |
32 | 33 |NuGet is a free Visual Studio extension that makes it easy to add, remove, and update libraries and tools in Visual Studio projects.
37 | 38 |You can easily find a web hosting company that offers the right mix of features and price for your applications.
42 | 43 |