What is view state and how this can be done and was this
there in asp ?

Answer Posted / babu reddy

View state one of the state management process
it is done by using hidden fields

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Tell me what is the request flow used for asp.net mvc framework? : asp.net mvc

546


Explain model, view and controller represent in an mvc application? : asp.net mvc

510


What is the difference between mechine.config and web.config?

734


What is latest version of asp.net mvc? : Asp.Net MVC

477


What is session and cookies in asp.net?

552






What is the postback property in asp.net?

542


What is ipostback?

599


Differentiate globalization and localization.

590


How many types of cookies are there in asp.net?

535


Explain about consistent programming model in the .NET framework?

589


Explain significance of routing? : asp.net mvc

550


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

2364


Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?

1715


How to you can limit Access to Web API to Specific HTTP Verb?

665


there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?

2223