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
Write the different features of a Thread and a Process?
Define web services in asp.net.
Where the assembly is stored in asp.net?
Which is the parent class of the ASP.NET server control?
What are directives in asp.net? List down all the important directives.
What is the file through which you can customize your asp.net application?
Is asp.net is a programming language?
Suppose You Want A Certain Asp.net Function Executed On Mouseover For A Certain Button. Where Do You Add An Event Handler?
How to set the pane area to transparent of a scrollPane component.?
Define globalization and localization.
How would you enable impersonation in the web.config file?
Describe session handling in a webfarm, how does it work and what are the limits?
How to implement Authentication and Authorization?
How many types of session state management options available in asp.net?
How many types of state management are there in asp net?