Hi I am prepareing for Junior Court Assistant exam for supreme court, so I want previus papaer related with General English questions,General Aptitude questions and General Knowledge questions. Thaks.
16 33993Post New Supreme Court Government AllOther Interview Questions
What is qmf?
Can we use else block with for loop? Answer with one example.
Is visual studio good for c++?
What off-page seo tools do you use for backlinks?
What is built-in properties? And how many built-in properties?
What are the types of subroutines?
Why do we use jsp?
What you do when you see a broken build for your project in jenkins?
What is looping in angularjs?
while starting a liquid starter ,is there any volage drop on water/soda on tank.can we touch the tank on starting?
What is minimum test coverage required for trigger to deploy? : salesforce crm
What do you mean by actionservlet?
How to erection of DCS Panel at site step by step
How the analysis of departed customer help your organization?
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