what is view stat how it is use ?
Answers were Sorted based on User's Feedback
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 |
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 |
How does asp.net page work?
what is shared assembly?
What is ipostback?
How to manage different kinds of sessions in ASP.NET?
What is a viewstate?
Is it possible to write code in many languages in one asp.net project?
I am using ASP.Net 2.0. I added the following code in button_Click page. but 'PreviousPage' is not taking as a keyword. It throughs an error. Page Poster = this.PreviousPage; TextBox txtNewTest = (TextBox)Poster.FindControl("txtTest"); sDisplay = txtNewTest.Text; Response.Write(sDisplay); The following is the Error Message: 'controls_LoginMain' does not contain a definition for 'PreviousPage'
Who is using asp.net?
What is a WebService and what is the underlying protocol used in it? Namespace?
Describe session handling in a webfarm, how does it work and what are the limits?
Suppose there is one web farm with 3 servers inside with same configuration and the same project is running inside all servers.Which session mode is usde for all these and why?
What is cookies in asp net?
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)