what is view state?
Answers were Sorted based on User's Feedback
Answer / surya narayana panda
ViewState is maintaing users state at Client Side.It
provides property to store retention value between multiple
webrequest.It stores value in html hidden field in web page.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / abhishek
When a form is submitted in classic ASP, all form values
are cleared. Suppose you have submitted a form with a lot
of information and the server comes back with an error. You
will have to go back to the form and correct the
information. You click the back button, and what
happens.......ALL form values are CLEARED, and you will
have to start all over again! The site did not maintain
your ViewState.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / sandeep
View State is a mechanism by which we can maintain the
state during the subsequent postback of same .aspx
page...means suppose we have a registration form to fill i
fill all the entries but some entries were wrong than wht
happen next i'll get only those value which was wrong means
i won't fill all the value again just fill the wrong value
only...
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / baji
its used to store the value in client side
viewstate ["viewstatevariablename"] = .....;
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / madhunathanv
Sorry,
in the above example of declaration and calling View state
Key Name Should the same but it was not so while declaring
the key name was "ViewStateVariableName" and while calling
the key name was "ViewStateVariable" which won't work if
so, it was by mistake,
ie..,when called name was changed..,
Cool:-)
Below is the Correct Format:
**********************'
ViewState Declared As:'
**********************'
ViewState["ViewStateVariableName"] = 1;
**********************************'
Above ViewState Can be called As: '
**********************************'
int number = (int) ViewState["ViewStateVariableName"];
AFAIK
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / ranjith reddy
View State is going to store a value even though u refresh
the page.........
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / mallikarjuna
Viewstate is stored in hidden input field and sent back to
the server with every post back.
veiwstate is a concept of maintaing the controls props.
adv:
redusing the manuel coding
it can not use persistant memory in client system or server
system.
dis adv:
more amount of data can be transfered between client and
web server
configaration :
we can figure viewstate at three levels
1.pagelevel
2.control level
3.application level
cl:<input.......... enableviewstate="true[d]/false">
pl:<%@page...........enableviewstate="tr true
[d]/false"%>
al:this is required configurationfile
<pages .......... enableviewstate="true
[d]/false>
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / m.s.husain.razvi
every control maintain its view state in form hidden field
in server round trip by default each control maintain its
state in hidden field.By default it is true
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / sujeet
If a site happens to not maintain a View State, then if a
user has entered some information in a large form with many
input fields and the page is refreshes, then the values
filled up in the form are lost...........
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / madhunathanv
ViewState is confined only to the page cycle ,
When the Viewstate is declared in the particular Method in
the Page ,it can be called in other methods or Events when
it is in Need.
ie.., it persists its state across postbacks
**********************'
ViewState Declared As:'
**********************'
ViewState["ViewStateVariableName"] = 1;
**********************************'
Above ViewState Can be called As: '
**********************************'
int number = (int) ViewState["ViewStateVariable"];
AFAIK
| Is This Answer Correct ? | 1 Yes | 2 No |
What is rending process in ASP.NET?
0 Answers Sans Pareil IT Services,
Difference b/w casting and boxing?
can machine.config file orverrides web.config. For example: if u set session timeout as 30 mins in web.config file to a particular application and if u set session timeout as 10 mins in machin.config. what will happen and which session is set to the appliction?
Difference between Dataset and DataReader ?
4 Answers Accenture, BirlaSoft, Infosys, Microsoft, Techseol,
Explain which is best suited place in the Application Start and Session_Start subroutines with an example?
Explain About duration in caching technique
33) You create English, French, and German versions of your ASP.NET application. You have separate resource files for each language version. You need to deploy the appropriate resource file based on the language settings of the server. What should you do? A . Create an installer and set the Installer.Context property for each version of your application. B . Create an installer that has a launch condition to verify the locale settings. C . Create an installer that has a custom action to install only location-specific files. D . Create an installer that has an MsiConfigureProduct function to install the appropriate version.
2 Answers Friedkin, ISH, Syntax, Syntax Softtech,
how to send mail in asp.net
Explain form level validation and field level validation?
How to create discussion forum in asp.net mvc? : Asp.Net MVC
Difference between abstract factory pattern and factory method pattern in .NET with example.
3 Answers ACS, IBM, Keane India Ltd,
Differentiate between client-side and server-side validations in web pages.
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)