Using For...Next to generate links??

wangluo

New Member
I want to create a set of HyperLinks which call a function, i.e.<BR><BR><asp:HyperLink onClick="myFunction('A')">A</asp:HyperLink><BR><BR>But I want to do this for the entire alphabet. Is there some way I can iterate through the letters using a "For...Next" statement to generate these links?
 
Back
Top