can we transfer data from one page to another page using
viewstate if so how?if not y?
Answer Posted / tejavishu
By using viewstate it is not possible.sure it is not
possible.bcoz its comes under the pagelevel state manage
ment.to maintaning the state in page it self we are using
the view state.
| Is This Answer Correct ? | 20 Yes | 14 No |
Post New Answer View All Answers
Contrast oop and soa. What are tenets of each16. How does the xmlserializer work? What acl permissions does a process using it require?
What are the namespaces used in asp.net mvc? : asp.net mvc
What are the advantages of asp.net?
Can one dll file contains the compiled code of more than one .net language?
What is the concept of postback in asp.net?
How do session tokens work?
What is difference between view state and session state?
Define web services in asp.net.
What is cas?
When maintaining session through sql server, what is the impact of read and write operation on session objects?
Where sessions are stored in asp.net?
What is the difference between user control an custom control?
What is the most appropriate lifetime for a database connection/orm context in an asp.net mvc application? : Asp.Net MVC
Explain difference betn dataset and recordset?
How we can force all the validation controls to run?