Answer Posted / senthil
This attribute is used to define the method inside
Interface.
Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
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
What is AutoPostback?
Just by seeing the signature of the bean how can you specify whether it is a stateful or stateless session bean?
What are the namespace classes used in asp.net mvc? : asp.net mvc
What are the session variables?
What is the difference between application state and caching?
What is the difference between a page theme and a global theme?
Explain the asp.net mvc folder conventions? : asp.net mvc
What is view state management in asp net?
What is the caspol.exe tool used for?
Explain serialization and deserialization?
What is difference in .net 1.1 and .net 2.0?
Is it possible to change the index of primary key on table?
What does mean by a neutral culture?
Explain weak typing and strong typing.