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
What are assemblies and namespaces and explain the difference between them ?
Why do we use datasource in asp.net?
What is difference between URL and URI?
Explain what is clr?
how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool
What websites use asp.net?
What is the difference between response.redirect and server.transfer?
Can master pages be nested?
What is session start?
What are the disadvantages of view state?
What are the different web pages?
Explain about Application and Session Events ?
Define a web service in .net?
What is odata in web api?
How to automatically get the latest version of all the asp.net solution items from source safe when opening the solution?