Subject | English | German |
comp., MS | private view state | privater Ansichtszustand (State information that is written as a hidden field, such as the form that is currently active or the pagination information for a form) |
telecom. | state one’s view | seine Ansicht äußern |
gen. | the report shall state the committee's view | der Bericht gibt den Standpunkt des Ausschusses wieder |
comp., MS | view state | Anzeigemodus (A state in which an app can be viewed. Full screen is the view state in which the app takes up the full screen. Snapped is the view state in which the app takes up the smaller portion of the screen (it becomes a snapped app). Fill is the view state in which the app takes up the larger and remaining portion of the screen when another app is snapped. When an app is the main app, is in the fill view state) |
comp., MS | view state | Ansichtszustand (A mode of session state in which the entire session state is serialized and stored as a BLOB on the client then deserialized during every post-back. This has a tremendous hit in bytes over the wire (BoW), but is highly scalable in that it doesn't require storing information in the database) |