can we transfer data from one page to another page using
viewstate if so how?if not y?
Answer Posted / gautam
Conceptually Viewstates are intended for only at page level.They cannot be used to transport data from one page to other as such.Yet there are several workarounds like what we do using Context collection or using previouspage object to obtain public members of previous webpage.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How will you do windows authentication and what is the namespace? If a user is logged under integrated windows authentication mode, but he is still not able to logon, what might be the possible cause for this? In ASP.Net application how do you find the name of the logged in person under windows authentication?
What is the function of new view engine in asp.net? : asp.net mvc
What is odata in web api?
What are the new web part controls in asp.net 2.0 ?
Explain State management in asp.net
What is the difference between union and join?
Is post back property in asp net?
How can you handle unmanaged code exceptions in asp.net?
How do you declare delegates and are delegates and events one and the same and explain how do you declare delegates and invoke them ?
How do you handle server controls?
How can we make sure that Web API returns JSON data only?
A Web Service Can Only Be Written In .net. Is it True??
Explain how asp.net different from asp?
How can you apply a theme to your asp.net application?
In order to bind the data from a data source to the Repeater control what property is set and what method must you call in your code,?