can we transfer data from one page to another page using
viewstate if so how?if not y?
Answer Posted / shamme
viewstate values stored in present page...once use
server.transfer the view state values was out....so not
possible to transfer data from one page to another page...
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
What do you mean by authentication?
What is the use of session state and application state and difference between them?
What is the difference between table and query?
What is comparevalidator?
Define transparent caching with aop?
Which of the following .NET framework supports Web API?
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
How dataadapter.fill works?
What is clr? Difference between clr & cts?
Explain the flow of processing of the request? : asp.net mvc
How we implement web farm and web garden concept in asp.net?
List the asp.net validation controls?
What is difference in .net 1.1 and .net 2.0?
How to turn off cookies for a page?
How do http sessions work?