what is stage management ? (ASP.NET)

Answers were Sorted based on User's Feedback



what is stage management ? (ASP.NET)..

Answer / ravi

By using this,we can get good performance.this is divided
into two tyes 1.client side
2.sever side
in client side a.view state
b.hidden state
c.query string
d.cookies
In sever side a.sessions
b.applications

Is This Answer Correct ?    9 Yes 0 No

what is stage management ? (ASP.NET)..

Answer / nazrul.nazi

it is not stage management it is state management

In Asp.Net web form are HTTP-Based,That y they are stateless
means server don't whether it from same client or diffrent
bcoz all data destroyed and recreated after ever request.
so to overcome this problem we use state management.

state Management are two types
server side-
1)Application
2)Session
Client Side
1)Cookies
2)ViewState
3)Hidden field
4)Query String

Is This Answer Correct ?    3 Yes 1 No

what is stage management ? (ASP.NET)..

Answer / shabbir alam

Http is is stateless protocol,because if it be a stateful then only 100 connection can be be made with the server,if it exceeds then it will give connection pooling exception,thats why http is a stateless protocol.
To manage the state we use
1.Cookies
2.Query String
3.Session
4.View State
5.Caching
6.Hidden Variables

Is This Answer Correct ?    2 Yes 0 No

what is stage management ? (ASP.NET)..

Answer / aravindreddy

Stage management is a sub-discipline of stagecraft.

Although a somewhat fluid line of work, in essence the
stage management team (which can consist of a production
stage manager, several assistant stage managers, and any
number of production assistants) is responsible for
organizing the production, communicating across different
disciplines (e.g., between the director and the backstage
crew, or the actors and production management), and keeping
everything running smoothly. This refers not only to
seamless management of the technical aspects of a
production, but of the human aspects as well.

Is This Answer Correct ?    4 Yes 4 No

what is stage management ? (ASP.NET)..

Answer / pia

stage management is a management which helps you to learn about the different parts of the stage and use your creativity in doing it.it tell us that which part of the stage will be what and where to be placed. so a stage management is not a easy job. It needs lot of hard work

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net AllOther Interview Questions

can aspx page have multi language declarations ?

1 Answers  


How do I stop a thread?

0 Answers  


inprocess vs out process session state : Dot net architecture

0 Answers  


What is Video Streaming in .net??

0 Answers   Infosys,


I am working with asp.net 2005 and Crystal report 10. I have an image field on my dataset to show on Crystal report.And the image is shows dynamically from database in image field of CR. The image field is showing well on my Crystal report on its first page with all other data but when i click to open second page of CR,it does not show any data on that.I found that this is because of adding the image field on crystal report. Because when i remove the image field from the CR then it will run both the pages of CR. I am using the Page Load event to bind CR data with Database. And i have already check with the Init event to bind CR , but it still not shows the data on second page when i use image field on that. Please give solution for that.....

0 Answers  






Does .NET runtime offer Deterministic Destruction or not?

0 Answers   HCL,


How to call .NET Web service from Java Appl. & Why ?

1 Answers  


How can I create a application?

0 Answers  


How many types of assemblies are there in the visual studio.net?

1 Answers   Six Sigma,


Xmlserializer is throwing a generic "there was an error reflecting myclass" error. How do I find out what the problem is?

0 Answers  


What is password attribute of the textbox control of .net mobile? : Microsoft dot net mobile

0 Answers  


Explain .net mobile selectionlist control? : Microsoft dot net mobile

0 Answers  


Categories