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
Where code pages are used?
Is asp.net still used?
Explain exception handling in .net.
What is the difference between pathparam and queryparam?
What is request and response in asp.net?
How to register exception filter globally?
What are query strings used for?
Which method do you use to kill explicitly a users session?
Explain the function of new view engine in asp.net? : asp.net mvc
What are strong names?
What are directives in asp.net? List down all the important directives.
how to include timer or counting time to display next page in asp.net
What is the difference between server-side scripting and client-side scripting?
How does asp page work?
What is the difference between Hash table and Array list?