SkydivingSteve
Technical User
I have two dropdown lists; Building and room number. They are both poplated from a database. So far so good. When the Building is selected, I want the Room number to relate only to the appropriate building. I can do this easy with two trips to the server. I want to do it with one trip only. So, on PageLoad a dataset is populated with all Room numbers for all buildings. On SelectedIndexChanged for Building, I want to filter the DataSet with only the appropriate rooms.
Is this, as my PE teacher used to say, "Clear as Mud"?
Any pointers or examples would be appreciated.
Thanks,
Steve
Is this, as my PE teacher used to say, "Clear as Mud"?
Any pointers or examples would be appreciated.
Thanks,
Steve