can servers running windows server 2008 provide services to clients when they are not part of a domain? : Windows server 2008
Why acetone used in gradient flow calibration checkĀ
What is the basic difference in wip calculation in product cost by order and product cost by period (repetitive manufacturing)?
Which parameters decide the size of data type for a processor?
If there are some errors in goods movements, and less stock of material consumed, how can we solve that problem in sap ?
What is intrinsic objects in asp.net?
What is difference between polymorphism and inheritance?
What is ServletConfig object?
Can I recieve both html markup for page and code in the asp.net web page's source code portion in the web browser?
What is inductive machine learning?
How do you find the index of an element in an arraylist?
i had completed my degree with 72% but i dont have good score in gre and tofel and i got an admission into a college in usa is trheir will be any problem if i appear for visa regection because of gre and tofel and i am from science background i lost touch in those subjects.
What is angular module factory?
What is a protected class in java?
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