Load MVC view to jquery color box
You can use the following set of code to load a MVC view to a jquery color box. You can get more details on jquery colobox here . HTML code < table cellpadding ="0" cellspacing ="0" border ="0" class ="display" id ="ClientConfigurationList" style =" width : 100%" > < thead > < tr > < th > Work Order No </ th > < th > Work Order Status </ th > < th > Created On </ th > < th > Completed On </ th > < th > Asset Description </ th > </ tr > </ thead > < tbody > @ foreach ( var item in Model) { < tr class ="leftAlign"> ...