In which event of page cycle is the viewstate available?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More ASP.NET Interview Questions

How to implement Authentication and Authorization?

0 Answers   QuestPond,


version information of assembly consist of _________ values.

3 Answers   AG Technologies,


Explain what benefit does your code receive if you decorate it with attributes demanding specific security permissions?

0 Answers  


What is _viewstart?

0 Answers  


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

0 Answers  






how to get the vb6.0 COM Component in to the .Net application?

3 Answers   iSoft,


What tags do you need to add within the asp:datagrid tags to bind columns manually? How?

0 Answers  


Can we use MSSql as backend in asp.net...if yes then How.?

0 Answers   MCN Solutions,


What are the advantages of passport authentication?

0 Answers  


How can you implement the postback property of an asp.net control?

0 Answers  


what is COM Object in Dot net?

6 Answers   CTS,


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.

0 Answers   Netsweeper,


Categories