0
votes
1answer
28 views
submit View in ASP.NET MVC
How submit list View in ASP.NET MVC. List View dont have
input type="submit" value="Save"
and I dont know where to put it.
Problematic code is:
<%@ Page Title="" …
0
votes
1answer
49 views
how to implement an iPhone view transition animation with both flipping and scaling?
how can I implement the animation we see in the iPhone Music app's coverflow screen? when you click on a small view, it flips and scales up to another view? how can I do this? I ca …
1
vote
2answers
27 views
How do I change “date field” format of a “view” in the form of a page in Drupal?
I'm trying to show a list of dates of Nodes using view. The list should be something like,
19 September 2009
20 September 2009
Right now it can only show like
Thu, 2009-11-12 …
0
votes
2answers
18 views
how to alter view to add new identity column to view…
do u know any example that alter the view and add new identity column to the view....
0
votes
0answers
12 views
how to keep the tabbar while going to a viewcontroller with flipping view transtion
the app has the structure of tabbarController -> navigationController -> viewController ,
when I go to another viewcontroller with the view transition like this
vc.modalTransition …
1
vote
4answers
89 views
Why would a query be faster in SQL Server 2005 just because it’s in a view?
We have a (large) SELECT query, that can take ~30 seconds to run. I am told that when placed in a view, it takes less than 5 seconds to run.
My assumption is that SQL Server cach …
0
votes
1answer
27 views
JDBC proxy to simulate a SQL view?
I need to be able to execute (via JDBC) a straightforward SQL select query against a view (the view can be generated via a fairly complex source query). Here's the catch: I don't h …
1
vote
1answer
19 views
[TSQL] Parent-Child view from table that is self referencing (ID)? (for tsql gurus.)
I have a organization name table with the following structure given below:
CREATE TABLE [dbo].[DP_ORG_OrganizationUnit](
[GID] [uniqueidentifier] NULL,
[ID] [int] IDENTITY …
-1
votes
3answers
55 views
what’s wrong with these?
I create a strong typed view ,but i can't get the Mode and viewdata and the Html...
This is my sample code:
<%@ Page Title="" Language="C#" MasterPageFile="~/Views/Shared/Site. …
2
votes
4answers
101 views
Zend Framework / MVC: What type of objects to push to the View?
Hey guys - here's a question on Zend Framework or better on MVC in general:
I am asking myself for a quiet a long time now, if it is a good idea to push business objects (User, Te …
0
votes
1answer
37 views
Cocoa Loading a ViewNib
When creating a nib, I have 2 types to create, a WindowNib or a ViewNib. I see the difference is, the window nib has a window, and a view.
How do I load a view nib into another w …
0
votes
1answer
26 views
Android: View.setID(int id) programmatically - how to avoid ID conflicts?
I'm adding TextViews programmatically in a for-loop and add them to an ArrayList.
How do I use TextView.setId(int id)? What Integer ID do I come up with so it doesn't conflict wit …
2
votes
1answer
152 views
Oracle Pl/SQL trigger compilation error via SQL*PLUS
I have a problem with compiling an Oracle trigger via SQL*PLUS - I don't think I'm being dumb but I can't see what the problem is.
We have an installer script which is essentially …
3
votes
3answers
75 views
Should a view be dependent on its controller? (ASP.NET MVC)
Hi all,
Have a question about the design/usage of asp.net mvc here.
In the html helper class, you can get to the current controller by Html.ViewContext.Controller. Moreover, you …
0
votes
2answers
26 views
A View Over a XML Data Type Column
I have a table that contains a column of XML Datatype (column name FileContent). I want to create a view that queries the contents of the XML datatype column so that I no longer h …
