can we transfer data from one page to another page using
viewstate if so how?if not y?
Answer Posted / gurvinder singh
This is not possible using view state , however we can
acheive this by using session .View state has only page
scope.
| Is This Answer Correct ? | 64 Yes | 19 No |
Post New Answer View All Answers
A Web Service Can Only Be Written In .net. Is it True??
Define secured sockets layer.
How can you pass multiple complex types in Web API?
What is autopostback true?
Which object encapsulates state or data of a user?
How to change Master page in ASP.Net using code?
What is asp net application object?
Can we create a multiple user simultaneously ?
what are the ihttphandler and ihttphandlerfactory interfaces ?
What is the difference between exe and dll?
How can we make sure that Web API returns JSON data only?
Explain http handlers? Where we can use the http handlers?
What are Master Pages in ASP.NET? or What is a Master Page?
Why session is used in asp.net?
Explain the advantages of passport authentication.