can we transfer data from one page to another page using
viewstate if so how?if not y?
Answer Posted / abhinav saxena
Its right we cannot transfer the value from one page to
another using viewstate. Viewstate has the limit only on
one page. For transferring values we can use session or
querystring and interesting for more value transfer store
the values in datatable and store the table in a session.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is difference between asp state management and asp.net state management?
What is session object? Describe in detail.
When should I use server transfer and response redirect?
Explain how do you validate the controls in an asp .net page?
Why the javascript validation not run on the asp.net button but run successfully on the html button?
while developing webservices if i want some users to use my webservice only how can i give security to my webservice?
What does asax stand for?
What should you do is you want to remove an existing component but would like to make some funtionalities?
Define static function?
What is a query string in a url?
Distinguish between Server-side and Client-side code?
What is data control in asp.net?
If you want to bind the columns manually within the asp:datagrid tags what kind of tags you have to add.
Which method has beenintroduced in asp.net 4.0 to redirect a page permanently?
Explain login controls.