Tags: ASP.NET MVC

Multiple Child Grids on the same level using MVC 2 and jqGrid (jQuery)

In many scenarios you will need to display more than a single child table at the same level. I.e. display multiple child tables at the same level. To accomplish this within an MVC 2 application using jqGrid you need to include the following: [sourcecode language=”html” padlinenumbers=”true” autolinks=”false” gutter=”false” toolbar=”false”] <link rel="stylesheet" type="text/css" media="screen" href="../../Content/jqgrid/jquery-ui-1.8.4.custom.css" /> […]

Read More →

Lab 1: Install IIS and create a web site

IIS Benjamin Perkins

In this lab you will: Install the IIS Management Console Configure a web site using the IIS Management Console Install the IIS Management Console After installing Windows Server and logging in, the Server Manager is opened automatically, as shown in Figure 1. Figure 1, Windows Server Manager Click on the Add roles and features link, […]

Read More →