I apologize if this is the wrong forum, but it's the closest I could find. I'm trying to develop a browser based database app using Visual Studio Web (back end is SQL Server 2000 at this point). Have lots of experience with Access, VBA, etc. I've set up a few data sources on the web page, some of which should use the value selected in a dropdownlist to limit the values displayed in another dropdownlist. I can't figure out how to do the following (or if they are possible) and haven't found answers in a book or the on line help:
1. When a value is selected in a dropdownlist I want to requery the SQL data source that is used for the next dropdownlist (or requery the next dropdownlist).
2. Be able to get the value of a column returned with the value selected in the dropdownlist. For example, if the data source returns ID and title, but title is what is displayed, is there a way for me to directly get the value of ID? (Similar to using the column specification of a combo box in Access to get values of columns not displayed, but returned by the underlying query.)
Thanks,
Bob
1. When a value is selected in a dropdownlist I want to requery the SQL data source that is used for the next dropdownlist (or requery the next dropdownlist).
2. Be able to get the value of a column returned with the value selected in the dropdownlist. For example, if the data source returns ID and title, but title is what is displayed, is there a way for me to directly get the value of ID? (Similar to using the column specification of a combo box in Access to get values of columns not displayed, but returned by the underlying query.)
Thanks,
Bob