Click to See Complete Forum and Search --> : Issue: Multiple DDLs populating different fields in a form


foundsheep
02-14-2008, 11:16 AM
I have two drop downs (the 1st pulls from 1 db table then populates the second which pulls from a 2nd db table) with the idea of having them both populate fields of a form on autopostback. The user will then fill out the remaining empty fields.

I have not been able to get anywhere with populating the form text boxes as I'm not yet too proficient asp.net/vb realm.

Any help is greatly appreciated.

Hack
02-14-2008, 11:56 AM
Welcome to DevX :WAVE:

It appears as though you have the combo boxs populated OK.

So, is the issue that you want whatever is selected to pop into a textbox?

foundsheep
02-14-2008, 12:12 PM
Yes, my drop downs are working fine in and of themselves. I just need my text boxes in the corresponding form to be populated correctly. Attached is a visual of the page.