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


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More ASP.NET Interview Questions

What is the compiled object?

0 Answers   eXensys,


How can we provide the WebParts control functionality to a server control?

0 Answers   MindCracker,


what is manifest?

3 Answers   Airtel, Microsoft,


What is hidden field in asp.net?

0 Answers  


When during the page processing cycle is ViewState available?

1 Answers   Siebel Systems,






How to deploy/publish webservices?How many ways?Plz explain me

0 Answers   TCS,


How do you handle session management in ASP.NET and how do you implement them. How do you handle in case of SQLServer mode ?

0 Answers   Microsoft,


version information of assembly consist of _________ values.

3 Answers   AG Technologies,


What is the application pool?

0 Answers  


What is the difference between application state and session state in asp net?

0 Answers  


Should user input data validation occur server-side or client-side? Why?

3 Answers   NIC, Siebel Systems,


what are httphandlers and httpmodules.and their differences.

1 Answers   Siemens,


Categories