can we transfer data from one page to another page using
viewstate if so how?if not y?

Answer Posted / leoiser

No.from my knowledge can not.Bcos viewstate life time is in
single page.So while going to another page first page
viewstate end already.

Is This Answer Correct ?    97 Yes 32 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the events that happen when a client requests an asp.net page from iis server?

476


What is mta?

622


Can I have a unique key as foreign key?

535


1.can we add connection string in global.asax?????????? 2.what are the default files included when we create new web application????

18485


To redirect the user to another page which method do we use without performing a round trip to the client?

526






What is the difference between c# and .net?

573


Why do we use asp.net?

580


What is application variable in asp.net?

462


What is clr? Difference between clr & cts?

682


In a page I have gridview with options of select and delete using hyperlink when I am selecting any one of then it has to open another page how can it?

504


Hello, Using Visual Studio 2005 (VB) I am working to create a Web Site implementing the following: Within a gridView I have placed a dropdownlist control with a DataSourceID="SDSLkupList". SDSLkupList is a sqlDataSource used to store a lookup list for dropdownlist translation from ID to text. SDSLkupList contains the translation text and other fields related to the dropdown selection ID. (Thought it would be efficient to get everything at the same time.) I would like to provide the user the ability to select from the dropdownlist and, based on the selection, use labels to list related columns stored on the SDSLkupList in separate gridView columns. I have read that SqlDataSources are not meant to be used for individual controls. Since SDSLkupList contains all related information, is there a way to do a find using the dropdownlist selectedValue? (I was not able to discover one.) Otherwise, what should I use? It would need to set the labels on the gridView DataRowBound event as well as the SelectedIndexChanged events. Has anyone done this? Any help would be appreciated. Thanks in Advance. Neal

1367


Explain an object, class and method.

554


What is the meaning of TestApi?

625


What is css and what is it used for?

552


How to disable cut, copy and paste in TextBox using jQuery in asp.net?

628