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
Where the viewstate is stored after the page postback?
Which method is used to enforce garbage collection in .net?
What’s difference between “optimistic” and “pessimistic” locking?
What is s2s tracking?
How can you implement the postback property of an asp.net control?
What are the features of asp.net mvc?
How would you enable impersonation in the web.config file?
What is the purpose of url encoding?
What are the major built-in objects in ASP.NET?
What are the different methods of session maintenance in asp.net?
Explain the advantages of passport authentication.
Explain the difference between array and linkedlist?
Is it possible to develop a single web application using ASP.NET webforms and ASP.MVC?
What is break mode?
Why will you usually create an aspnet user account in the database for an asp.net web application?