DayWalker Posted December 4, 2003 Posted December 4, 2003 I have a real starter question here. I am filling a dataset from a sql db. I then bind data to a drop down list so the user can select a certain model. Once the user has selected the model i want to bind the models specifications into labels so that it will be displayed. For the life of me i cant get it to work in ASP. :confused: Quote
bungpeng Posted December 4, 2003 Posted December 4, 2003 You are using ASP? not ASP.NET? How do you bind your models specifications into labels? You can manually select record base on dropdownlist and fill on label right? It should work fine. Quote
DayWalker Posted December 4, 2003 Author Posted December 4, 2003 ASP.Net. Sorry for the ignorance but how would i go about doing that? Quote
bungpeng Posted December 4, 2003 Posted December 4, 2003 Read value from dropdownlist, then base on this value, select models specifications from database and display in label. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.