Top "Views" questions

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

how to add a code-behind page to a view or partial view

I notice with the latest version of ASP.NET MVC that a View no longer defaults to having code-behind classes. …

asp.net-mvc views code-behind
Filter "text" column on all_views

Is there any way I could filter the text column on oracle's all_views table? For example: SELECT * FROM ALL_…

sql oracle views oracle9i ora-00932
Buttons to fill width when using TableLayout

I have a table having 2 rows each row having 3 buttons. How can I make the buttons to fill the space …

xml android views tablelayout
How to set color using integer?

How can i convert color code in integer ex: 13369395 to android specific. Since 13369395 is also an integer i tried doing …

android-layout colors views setbackground
How to implement Materialized View with MySQL?

How to implement Materialized Views? If not, how can I implement Materialized View with MySQL? Update: Would the following work? …

mysql database views materialized-views
Pandas: Knowing when an operation affects the original dataframe

I love pandas and have been using it for years and feel pretty confident I have a good handle on …

python pandas views chained-assignment
Storing ASP.Net MVC Views in the Database

For an ASP.Net MVC application, I'm interested in storing some views and/or partial views in the database so …

asp.net-mvc views ironruby
ORACLE : Materialized view not working when Using LEFT JOIN

I want to create a MATERIALIZED VIEW from a LEFT JOIN of 2 tables. However the following gives me an error: …

oracle views join materialized
Iphone sdk tabbar View outlet was not set

I'm about at the end of my rope with this freaking project!!!!!!! I have a UIViewController class that is linked …

iphone sdk views tabbar
sp_depends in SQL Server, what are possible dependencies?

I have used sp_depends first time like this sp_depends TestTable As result I got some stored procedures and …

sql-server stored-procedures views depends