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

The question is "After sign out from email, Then we click a back button , we can't go to the previous page ie inbox page, It is displaying a login form only" My doubt is How will code this , If u know please blog me through this or my mail. my mail id is yoursguna@gmail.com

3 Answers   TCS,


In what languages in ASP written?

4 Answers   Microsoft,


What is advantage and disadvantage of viewstate

3 Answers  


What is the difference between union and structure?

0 Answers  


What is a web farm?

0 Answers  






Give some salient points of difference between request processor and request dispatcher.

0 Answers   Tech Mahindra,


How would you turn off cookies on a page of a website?

0 Answers  


What is the difference between application and cache variables?

6 Answers   Astadia,


Where the viewstate is stored after the page postback?

0 Answers  


What is viewstate information stored?

0 Answers  


How to disable validator control by client side JavaScript?

0 Answers  


We are using Jscriopt validations and at clint site javascript is not running that time validation would work? if yes then how it would behave?

0 Answers  


Categories