what is view stat how it is use ?

Answers were Sorted based on User's Feedback



what is view stat how it is use ?..

Answer / michael jerold

viewstate means to store the data when page is postback that
is called viewstate.

Is This Answer Correct ?    4 Yes 2 No

what is view stat how it is use ?..

Answer / guru gangadhar

Web Page is a Stateless.
So when the page is post backed the data doesn't persist.
In asp.net view state is present by default which is used to
store the data , we can store the data in view state at the
code behind while the page is post backed.

Is This Answer Correct ?    2 Yes 2 No

Post New Answer

More ASP.NET Interview Questions

web farm .. how does session shuld be stored... if inproc used? does the session persists from one server to other.

2 Answers   TCS,


What are the security types in ASP/ASP.NET? Different Authentication modes?

0 Answers  


What is custom control. What is the difference between custom control and user control?

2 Answers   Microsoft,


What is dynamic web page with example?

0 Answers  


Tell me how asp.net mvc differs from asp.net web forms? : asp.net mvc

0 Answers  






What is a form tag?

0 Answers  


3. What goals do you have in your career?

0 Answers   Swatz Oils,


How does viewstate work?

0 Answers  


What is x xss protection?

0 Answers  


To call a Web service SOAP which transport protocol you use?

3 Answers   Siebel,


When we are requesting a new URL through Response.Redirect() the new page wil open on the new browser window or it wil open in the same window? If we use Server.Transfer() what wil happen?

1 Answers  


What is the T-SQL equivalent of IIF (immediate if/ternary operator) function of other programming languages?

1 Answers   Syntax Softtech,


Categories