Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

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.

2278


What is the difference between user control and custom control?

995


How does asp.net page work?

1024


How do I force the dispose method to be called automatically, as clients can forget to call dispose method?

991


What's the difference between viewstate and sessionstate?

1126


What are the options in ASP.NET to maintain state?

1165


Which library is used by the testers and developers to develop automated tests and create testing tools?

1059


Explain exception handling in .net.

1116


What is web configuration file and how to use in web application

1064


What is the difference between GridView and Repeater controls in ASP.NET?

1146


Describe a Windows Service and its lifecycle ?

1208


What are the uses of reflection?

1114


What is an example of an application service provider?

920


How much is the pay-for-use service if I chose not to use microsoft-sponsored advertising?

1007


Is it possible to change the index of primary key on table?

936