What is view state and how this can be done and was this
there in asp?
Answers were Sorted based on User's Feedback
Answer / kautilya
ViewState is a hidden component which is being stored at
client side. It is basically used to retain the data of the
form during round trip to the server.
Viewstate is introduced in asp.net, it was not in classic
asp.
| Is This Answer Correct ? | 20 Yes | 6 No |
Answer / arunajyothi.m
It is used to remember the controls state when page is
posted back to server.asp.net stores the viewsate on clien
site in hidden field _Viewstate in encrypted form.we can
enable/ disable the view state with "EnableViewstate"
property to True/False.
| Is This Answer Correct ? | 14 Yes | 4 No |
Answer / arunajyothi.m
In simple we can say that once we store data in viewstate
that information can be used in round trips to webserver.
This was not there in Classic Asp.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / sudeesh i.g.
view state is state management technique used in ASP.net.
Its visibility is inside a current page. It is like session
state difference is that session for entire project all but
view state is visible for entire page. The data in view
state one page can't access from other page. it clear the
data when unload the page. it take more memory, it is not
suitable with gridview, detailsview, listview controls.
eg:
viewstate["id"]=request.querystring["id"];
or
viewstate["id"]=convert.toint32(gridview.datakeys[index][""].string();
like lot of example
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / rajneesh hajela
ViewState is a hidden component which is being stored at
client side. It is basically used to retain the data of the
form during round trip to the server.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ajay
view state is component where we can store the data in
client side using hidden controls it's nothing but it will
maintain the data during round trip to the server
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / anand mishra
It is used to remember the controls state when page is
posted back to server.asp.net stores the viewsate on clien
site in hidden field _Viewstate in encrypted form.we can
enable/ disable the view state with "EnableViewstate"
property to True/False.
view state value from one web page can not be accessed from
another web page.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / asela chamara
It is the technique used by an ASP.NET Web page to persist
changes to the state of a Web Form across postbacks. The
view state of a page is, by default, placed in a hidden form
field named __VIEWSTATE.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / mahendran
View state: values are stored automatically hidden field in
client side
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / nilesh lende
ViewState is a hidden component which is being stored at
client side. It is basically used to retain the data of the
form during round trip to the server.
Viewstate is introduced in asp.net, it was not in classic
asp.
| Is This Answer Correct ? | 1 Yes | 1 No |
Hi, I am a fresher. i have a problem related to DataGrid . i have a data grid and i have to place a dropdown in the datagrid.and i have to retrieve the values from the database (sqlserver).please tell me any idea about the code.
Differentiate between client-side and server-side validations in web pages.
What is the result when the Web Form containing the following line is complied and executed? <asp:Button id=?thebutton? onClick=?theEvent? /> a) The button control is created; theEvent is the click event handler. b) Compiler error; the control must be set to runat=?server?. c) Compiler error; onClick is not a valid attribute. d) Runtime Exception; the control must be set to runat=?server?.
If you have to replicate a set of controls(UI) across a number of web pages, what will you do
What is CTS, CLS and CLR ?
20 Answers CGI, Palm Technology, Reliable Technology, Satyam, Synergy, TCS,
How long do session variables last?
What is meant by ispostback in asp net?
How many rules are there regarding a well formed XML document? a) Nine b) Three c) Six d) Two
Types of caching ?
1 Answers Digital GlobalSoft, MicroSec, Wipro,
can we store textbox and com components in viewstate?
asp.net interview questions
Where session variables are stored?
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)