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
witch is the best insistute in sharpoint course.what abt future of share point course.
How can I have a particular web page in an asp.net application which displays its own error page?
Define authentication and authorization.
How to use multiple scriptmanager controls in a web page?
What are the advantages of using sql stored procedures instead of adhoc sql queries in an asp.net web application?
What is server redirect?
What is side-by-side execution? Can two applications, one using a private assembly and other using a shared assembly, be stated as side-by-side executables?
Explain the basic functionality of garbage collector?
Can you change a master page dynamically at runtime? How?
What is a ashx file?
What websites use asp.net?
What is ASLM?
How do you do Client-side validation in .Net?
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)
What are Master Pages in ASP.NET?