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
IN an ASP.NET Web application if there is any error, how can you debug?
What is a session in asp.net?
What is the use of worker process in asp.net?
To wrap up a call to a Web service the standard used is..?
What is intrinsic objects in asp.net?
Write the different features of a Thread and a Process?
Explain what is an assembly?
What are the advantages and disadvantages of session?
Which adapter should you use, if you want to get the data from an access database?
Does asp.net still recognize the global.asa file?
Define repository pattern in mvc.net? : asp.net mvc
Give some salient points of difference between request processor and request dispatcher.
Explain about the .NET framework?
How can I open ashx file in mobile?
Define static constructor?