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
if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.
What is the difference between user control and custom control?
How does asp.net page work?
How do I force the dispose method to be called automatically, as clients can forget to call dispose method?
What's the difference between viewstate and sessionstate?
What are the options in ASP.NET to maintain state?
Which library is used by the testers and developers to develop automated tests and create testing tools?
Explain exception handling in .net.
What is web configuration file and how to use in web application
What is the difference between GridView and Repeater controls in ASP.NET?
Describe a Windows Service and its lifecycle ?
What are the uses of reflection?
What is an example of an application service provider?
How much is the pay-for-use service if I chose not to use microsoft-sponsored advertising?
Is it possible to change the index of primary key on table?