can we transfer data from one page to another page using
viewstate if so how?if not y?
Answer Posted / abhinav saxena
Its right we cannot transfer the value from one page to
another using viewstate. Viewstate has the limit only on
one page. For transferring values we can use session or
querystring and interesting for more value transfer store
the values in datatable and store the table in a session.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Explain the asp.net session state modes.
Define machine.config in .net?
What is x xss protection?
What is Pre-Render event in ASP.NET?
What is asp net theme?
What is the difference between executescalar and executenonquery?
What is the benefit of WebAPI over WCF?
What is caching in asp.net?
Differentiate between Server.Transfer and Response.Redirect with functionality? Why we can choose one over the other?
Give a few examples of page life cycle events.
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
What is view state and how it works in asp net?
Explain the main differences between asp and asp.net?
How do I publish my asp.net application to my isp's web server?
What is windows active directory authentication?