There are several buttons in an aspx page. I would like these buttons to have the same name but different indexes so that I can refer to them in a select case vb.net code.
Basically as same as vb6 wher you can name two controls the same but different index array. How is this done in asp.net using vb.net
Thank you