can we transfer data from one page to another page using
viewstate if so how?if not y?
Answer Posted / k
no we can not do it like how we use session.
u store ur value in any contol find that control value from
current page.
TextBox txBox = (TextBox)PreviousPage.FindControl
("txtPreviousTest");
string urTextBox=txBox.Text;
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
How you can return View from ASP.NET Web API method?
Is asp.net a programming language or framework?
What is the difference between response.redirect and server.transfer?
By default, Web API sends HTTP response with which of the following status code for all uncaught exception?
In the Repeater control which way you can edit?
How can we provide the WebParts control functionality to a server control?
What are the Types of object in asp
What is the full form of asp.net?
Why do I get error message "could not load type" whenever I browse to my asp.net web site?
What is the use of view state?
1.What r collections? 2.What is .pdb file? 3.Is it possible to provide access to users in master page? 4.What is dirty n Phantom Read(SQL)? 5.What r different isolation levels(SQL)? 6.How to set authentication mode in web.config file?
Does google crawl redirects?
Explain Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?
What are the disadvantages of using session?
To get the values in two different controls to match which control you use it?