Answer Posted / sivaprasad
i)Viewstate is nothing but persisting the state of the
controls across postbacks.
ii)In the page lifecycle Init,Load,Prerender(this is the
last stage for viewstate,what data you want to save here we
need modify that and it will be saved).
iii)Maintaining the data with in the page level.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
In ViewState How much lifespan items stored?
What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
Suppose you want an asp.net function (client side) executed on the mouseover event of a button. Where do you add an event handler?
Explain the Session state management options available with ASP.NET?
What is the use of placeholder control?
What is true about application service provider?
Which property is used to identify the Page is Post Back in ASP.NET?
Explain client side state management system.
How is it possible for .NET to support many languages?
What are the different method of navigation in asp.net?
Demonstrate Render and PreRender?
how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool
COM+ Used ________________ Isolation Level
List the advantages and disadvantages of user control an custom control?
What is custom events?