Answer Posted / jiturcm
we maintain state and page information over multiple
request for the same and different page.
Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Why will you usually create an aspnet user account in the database for an asp.net web application?
What is the difference between abstract class vs interface? Can give me the real time examples?
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
If you are using components in your application, how can you handle exceptions raised in a component?
What is an asp.net validator? And, mention its types.
What is the purpose of master page?
What is the purpose of App_Code folder in ASP.NET? Why we this?
What is asp.net? How is it different from asp?
How to use ipostback?
What is the use of view state?
Do cookies store passwords?
What is server transfer?
Explain what does mvc represent in asp.net? : asp.net mvc
What is css and what is it used for?
What ports must be open for DCOM over a firewall? What is the purpose of Port 135?