Repeater Control

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi All,
I have got a tricky situation out here...
I have got a repeater control in which one column is dropdown list control.
Say for instacnce I have got the values A,B,C,D in the drop down and is having the current value selected as A.
Now I'm selecting C in the drop down.Now the question is how can I know that the selection of C is done from A..
Any help is highly appreciated.

Thanks
Shiju
 
Can't you use 2 variables 'previous' and 'current' and then when the
selection change use that event to update those 2 variables by copying
current to previous and assigning the newly selected value to current?

Yves

ShijuFrancis said:
Hi All,
I have got a tricky situation out here...
I have got a repeater control in which one column is dropdown list control.
Say for instacnce I have got the values A,B,C,D in the drop down and is
having the current value selected as A.
Now I'm selecting C in the drop down.Now the question is how can I know
that the selection of C is done from A..
 
Back
Top