i have created series of dynamic button ,but now i want particular button event when i click on a dynamic button.
first i place one hardcode button ,on click generate dynamic ADD/REMOVE button ..
again click on a Dynamic ADD/REMOVE Generate another Dynamic Button ....sa on ...
but now problem is that how would i get that which button i Click ..on click of dynamic button...??
how would know...???
please help.................
I create TWO Dynamic button like 1.ADD
2.REMOVE
on click on ADD button another TWo Dynamic Button Created ADD/REMOVE.....as on
now my question is that when i click on a REMOVE i want to delete ADD button of particular ROW
Loading
CrishPosted Jun 8, 2010, 5:44 AM
every button will be created unique button Id. so you can easily find its value in javascript and save its value in hidden label. Then fire main button event for save.
thanks
Don't forget to Mark Do you like this Answer
that solved your problem!