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 which event of the page life cycle, is the viewstate available?
How about the security in Activex DLL and Activex EXE ?
a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0.
How you can access the properties and controls of master pages from content pages?
Can you edit data in the Repeater control? Which template must you provide, in order to display data in a Repeater control? How can you provide an alternating color scheme in a Repeater control? What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?
What is simple data binding?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net?
a)COM Callable Wrapper b)Runtime Callable Which one of the above is Win32 API in .Net?
How would you enable impersonation in the web.config file?
How long the items in ViewState exists?
What is the difference between executescalar and executenonquery?
Explain different types of Caching techniques in ASP.NET?
COM+ Used ________________ Isolation Level
What is difference between session and application in asp net?
Which method is used to enforce garbage collection in .net?