can we transfer data from one page to another page using
viewstate if so how?if not y?
Answer Posted / kuldeep khaware
Yes. We can transfer data one page two an other page
through View state.
Server.Transfer("secondpage.aspx view=textbox");
View state is page specific; it contains information about
controls embedded on theparticular page. resolves this by
embedding a hidden input field
" KULDEEP KHAWARE "
| Is This Answer Correct ? | 3 Yes | 13 No |
Post New Answer View All Answers
What is different authentication mechanisms used in ASP.NET?
Write the different features of a Thread and a Process?
What is HTTPModule and HTTPcontext? What is the use of each?
how can we create wcf in asp.net and how can we cll that in to asp.net application?plsss tel me each step clearly
State differences between MVC and WebAPI
Explain page output caching?
Can you explain composite pattern?
Why and where this web.config file is used?
Which .NET framework supports Web API?
How you will manage the state of ASP.NET controls?
Which adapter should you use, if you want to get the data from an access database?
What is custom events? How to create it?
What is preprocessor in .net? Where it use?
Does google crawl redirects?
How can exception be handled with out the use of try catch?