create a string variable called indexString
create a foreach loop (that loops over each button)
, assign index.toString(“00”) to it. e.g. this will convert 3 to “03”
then in your selector replace “02” with “{{indexString}}” so your new selector is …{{IndexString}}LinkButton…