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
1815What is Difference between Production Serves and Development Servers? And Suppose, m adding/deleting C# file in a project based on the Specific Requirement. These Files are Automatically updated in Production Servers? So Which tool is needed to do This One?
2056How we can set Different levels of Authentication in .Net? What are the difference between Windows Authenticatin, Passport Authentication and Form Authentication?
1 5337By default what is the Asp.Net application login context on IIS 5.0? By default the ASP.Net app runs in the context of a local user ASPNet on IIS version 5. On IIS version 6 on windows 2003 it is called Network service
2100
What is the server of asp.net?
What is difference between abstract class and an interface?
What is asp.net web application?
For which does this Codebehind="MyCode.aspx.cs" is relevent to ?
What is paging in context of Memory?
What is State Management in .Net and how many ways are there to maintain a state in .Net? What is view state?
Explain the advantages of asp.net.
Why we are using mvc instead of asp.net? : Asp.Net MVC
What describes a query?
What is autopostback in asp net?
What is the difference between cache and cookies?
What are different types of authentication techniques that are used in connection strings to connect .net applications with microsoft sql server?
Explain the page lifecycle of an asp.net mvc? : asp.net mvc
Why do we need a web application session?
What is client side state management?