can we transfer data from one page to another page using
viewstate if so how?if not y?

Answer Posted / radhika kilaru

No, we can't pass the data from one page to another using
viewstate. Because, view state will be maintained between
page postbacks only

Is This Answer Correct ?    6 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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.

1446


What are validators and list some validators of asp.net?

547


How to handle errors in Web API?

628


What is cas?

600


What are the media types of http requests and response?

512






Can we have 2 web config files?

547


Explain the role of global.asax?

555


What are uri parameters?

547


What are the asp.net list controls and difference between them?

520


Explain the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc

517


Explain the difference between response.redirect vs server.transfer

621


What are the new web part controls in asp.net 2.0 ?

531


What is a server cookie?

501


Differentiate globalization and localization.

594


How could you modify xaml content from javascript?

517