Top "Views" questions

This tag is for questions about database view or UI / architectural view.

Rendering Partial View in code MVC Razor

I'm using MVC 3 Razor to make a simple CMS for practice purposes, and the idea is that I'm creating a …

asp.net-mvc-3 views partial
ASP.Net MVC Passing multiple parameters to a view

In ASP.Net MVC I would like to render a different partial view depending on the renderview query string parameter. …

asp.net-mvc views partial-views
Using datetime to compare with dates in Django

I have a question in Django on how you can compare dates to solve some solutions. For example I have …

django datetime views models datefield
Django Pass Multiple Models to one Template

I am building an address book that includes the relationships between entries, etc. I have separate models for Individuals, Companies, …

django templates model views
Regions In ASP.NET Views?

I am making an ASP.NET MVC application with the razor engine. And I was wondering if it's possible to …

asp.net-mvc asp.net-mvc-3 views razor region
Zend - how to disable layout on a given action?

I have the following controller that, among other methods it has this one: class EquipasController extends OccControllerAction { public function listaAction() { $…

zend-framework layout views zend-view zend-layout
Views and Entity Framework

I've created a view in my database which I would like to include in my entity model. However, when I …

entity-framework views firebird
creating my own context processor in django

I have come to a point where I need to pass certain variables to all of my views (mostly custom …

django views django-context
Transition behavior using transitionFromView and transitionWithView

I am attempting to create a transition between two subviews (view1 and view2). When a button is pressed I want …

iphone uiview views ios transitions
Is it possible to have an indexed view in MySQL?

I found a posting on the MySQL forums from 2005, but nothing more recent than that. Based on that, it's not …

sql mysql views materialized-views indexed-view