Answer Posted / 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 View All Answers
Explain diff between dataset and datareader?
What are the server controls in asp.net?
If I am developing an application that must accomodate multiple security levels though secure login and my asp.net web application is spanned across three web-servers (using round-robin load balancing). What would be the best approach to maintain login-in state for the users?
How can you implement encapsulation in asp.net?
What is sql data source control in asp.net?
Is it right that ASP.NET Web API has replaced WCF?
What are validator? Name the validation controls in asp.net? How do you disable them?
What are the authentication types in asp.net?
Define secured sockets layer.
Can we have multiple master pages in asp net?
Explain managed code an un-managed code.
What a diffgram is, and a good use for one?
Can the unique key be null?
Define cookie.
What is the current version of asp.net?