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

How you can return View from ASP.NET Web API method?

988


Is asp.net a programming language or framework?

973


What is the difference between response.redirect and server.transfer?

988


By default, Web API sends HTTP response with which of the following status code for all uncaught exception?

1555


In the Repeater control which way you can edit?

1055


How can we provide the WebParts control functionality to a server control?

968


What are the Types of object in asp

1081


What is the full form of asp.net?

991


Why do I get error message "could not load type" whenever I browse to my asp.net web site?

1116


What is the use of view state?

908


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?

2199


Does google crawl redirects?

930


Explain Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?

958


What are the disadvantages of using session?

1034


To get the values in two different controls to match which control you use it?

1012