I have 4 ddlist's. ddlist a, b,c,d.
list a selects a database in a file
list b selects a table
list c selects a date in the table
and d selects a second value in the table
I would like ddlist a to post back and update ddlist c and ddlist d
I have ddlist b doing just that, but ddlist a will not it will post pack and reload the page however c and d will not update unless I change ddlist b
I am using vb code .net asp 2.0 and Access data base objects.
Is there a way to force ddlist c and d to refresh when ddlist a selected index is changed.
list a selects a database in a file
list b selects a table
list c selects a date in the table
and d selects a second value in the table
I would like ddlist a to post back and update ddlist c and ddlist d
I have ddlist b doing just that, but ddlist a will not it will post pack and reload the page however c and d will not update unless I change ddlist b
I am using vb code .net asp 2.0 and Access data base objects.
Is there a way to force ddlist c and d to refresh when ddlist a selected index is changed.
Comment