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
What is session and application variable in asp net?
What is state management techniques in asp.net?
What is the server of asp.net?
Is sql backend or frontend?
Distinguish between Server-side and Client-side code?
We Only Know The Total Number Of Feet In The Farmyard. Write A Program that will compute the total number of rabbits and chickens in the farmyard. Assume number of feet in the farmyard are 40. how many rabbits and chickens are?
ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause?
What is the difference between CC and BCC?
how to transfer the file from client to server using asp.net
How can you enable impersonation in the web.config file?
What is the mvc model?
Explain Features in ASP.NET
Explain the difference between asp and asp.net?
What is difference between session and viewstate?
What is asp according to you?