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

What does AspCompat="true" mean and when should I use it?

1 Answers   Infogain,


Take a Large textbox allow to type any data. Task 1:display the count of vowels in a lable on key press event of the textbox Task 2:dispaly count of dates in a lable when dates in following foramats:dd/mm/yy , mm/dd/yy , yy/mm/dd. Task3:compare 2 dates and display both are same or not which dates are in dd/mm/yy and mm/dd/yy farmats.

0 Answers   eMids,


What does this do? sn -t foo.dll

3 Answers  


How many types of server controls do we have?Also explain differance between them taking an example of ASP.NET?

0 Answers  


Explain one critical mapping?

0 Answers  






How do I publish my asp.net application to my isp's web server?

0 Answers  


Why asp.net is better than php?

0 Answers  


What the use of Form Authentication and windows Authentication?

1 Answers   NetCity, TCS,


What is the difference between web config and machine config files?

0 Answers  


Explain the different types of assemblies?

0 Answers  


What?s the difference between Codebehind="MyCode.aspx.cs" and Src="MyCode.aspx.cs"?

1 Answers   Getit, Siebel, Visual Soft,


Tell about WebService in Asp.Net?

5 Answers   Accenture, CTS,


Categories