cancel
Showing results for 
Search instead for 
Did you mean: 

Passing Parameter to some action method for different elements created at runtime

Former Member
0 Kudos

Hi Experts,

My Requirement is create Link to action element at Runtime along with one element(button) ie for n no of link to action there will be parallel n Button to delete it. All these I have created succesfully but for all action for Link to action element I am calling one single method say on_action. Now the problem is that when the user will click on some Y th element then I should come to know the Yth element in the On_action method as in the method I should know on which element the user has performed the action.

Let me know if you need some more inputs.

Kindly help me ASAP. I will be waiting for your helpfull co-operation and thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I have got my answer, in this case we just need to add one parameter ID type string in the on action method and the ID will have the name to make decission which yth element was clicked out of nth element created at runtime.

Answers (0)