Hi there,
im creating a basic application, where a user will select a value from a drop downlist (list1) . the value selected in list1 is stored in a variable and passed to a stored procedure which brings back the data for list2.
so far i can get list2 populated but when i to select an option in list2 and click submit the list value is reset to the first value in the list.
i have disabled autopostback for list2 and still get the same problem.
any help will be much appreciated.
im creating a basic application, where a user will select a value from a drop downlist (list1) . the value selected in list1 is stored in a variable and passed to a stored procedure which brings back the data for list2.
so far i can get list2 populated but when i to select an option in list2 and click submit the list value is reset to the first value in the list.
i have disabled autopostback for list2 and still get the same problem.
any help will be much appreciated.