Click to See Complete Forum and Search --> : combo box problem


rashmi
08-04-2003, 06:04 AM
hi,

I have 2 combo boxes. In combo data is retrieved from a table. I want to set dynamically the second combo based on the items of the first combo. Like if 1st combo has interger... second combo should have 1,2... (which are also stored in table)


can any one help me out


thank u......

rashmi
08-04-2003, 09:18 AM
hi,
1 st table contains 2 columns one is integer which is preimary no and other is a varchar
table1-modno(int)primary key, Modname varchar

2nd table contains modno,and other varchar field .
here varchar field is pri.. modno is same as table one...

thank u......