Repeater Control

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • ShijuFrancis

    #1

    Repeater Control

    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
  • phoenix

    #2
    Re: Repeater Control

    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

    "ShijuFranc is" <shiju.francis@ nav-international.c om> schreef in bericht
    news:769588F7-5FC9-4840-A0CE-54C74C568039@mi crosoft.com...[color=blue]
    > Hi All,
    > I have got a tricky situation out here...
    > I have got a repeater control in which one column is dropdown list[/color]
    control.[color=blue]
    > Say for instacnce I have got the values A,B,C,D in the drop down and is[/color]
    having the current value selected as A.[color=blue]
    > Now I'm selecting C in the drop down.Now the question is how can I know[/color]
    that the selection of C is done from A..[color=blue]
    > Any help is highly appreciated.
    >
    > Thanks
    > Shiju[/color]


    Comment

    Working...