Re: Differentiate the Actionlink with in a loop

2010-01-18 Thread asm_saf
Thanks everyone i tried the suggestion posted by Piero and it worked. Thiago H. de Paula Figueiredo wrote: > > On Mon, 18 Jan 2010 19:36:25 -0200, asm_saf wrote: > >> Hi > > Hi! > >> I have an actionlink with in a loop as given below, and the action link &

Re: Differentiate the Actionlink with in a loop

2010-01-18 Thread asm_saf
Thanks Piero, for the quick response yes i do have that method like onActionFromShowDetails(long id){} where i can set a property to boolean true /false. But my problem is as i mentioned my application list is dynamic in that case if i have N applications then i would need N such properties to

Differentiate the Actionlink with in a loop

2010-01-18 Thread asm_saf
Hi I have an actionlink with in a loop as given below, and the action link refreshes the same page with some additonal data in it, everything works fine, Now i wanted to differenciate the link that was clicked (by changing the color or so) how do i do that with in the loop, to check which link wa