S
samuelberthelot
Hi,
I have a datagrid with dropdownlist (dpl) column. This is bound to a
dynamic datasource, so there can be any number of rows.
When the user select a value in one of dpl's, he is redirected to
another .aspx page. Then if he browse back (using the back button), the
value he selected before in the dpl should still be selected.
I've used a session variable for this, so it is straightforward.
The problem arises when you actually have to keep track of the selected
value in ALL of the dpl's.
Say the user do the 'selection-browse back' flow operation on 10
different dpl's, then they should all have right selected value. I
could use one session variable per dpl, but it seems ackward and
ressource-consumming....
Do you have a better idea ?
Thanx
I have a datagrid with dropdownlist (dpl) column. This is bound to a
dynamic datasource, so there can be any number of rows.
When the user select a value in one of dpl's, he is redirected to
another .aspx page. Then if he browse back (using the back button), the
value he selected before in the dpl should still be selected.
I've used a session variable for this, so it is straightforward.
The problem arises when you actually have to keep track of the selected
value in ALL of the dpl's.
Say the user do the 'selection-browse back' flow operation on 10
different dpl's, then they should all have right selected value. I
could use one session variable per dpl, but it seems ackward and
ressource-consumming....
Do you have a better idea ?
Thanx