while implementing badi what are the tables u find??
Specify the partitions in hive?
What do you understand by cql?
Can windows 10 be downloaded for free?
What is the difference between a virus and a trojan?
How remote updation of software might affect the development and implementation of the internet of things (iot)?
What is sos?
What is a rollup clause?
How do you create a layout in powerpoint?
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 the use of common language runtime?
What are ASHX files?
How can we pass the variable through the navigation between the pages?
What are the advantages of interface in c#?
What is the difference between factory and builder design pattern?