mayank jain

mayank jain

  • NA
  • 7
  • 0

aspx page

Jul 17 2009 9:33 AM
hi guys i am using this code in my aspx page

<%for (int i=o;i<5;i++)
{%>
  <asp: link button id=i text=i/>

<%}%>

at it producing five link buttons like
i i i i i

but i just want five link buttons like that

1 2 3 4 5
with id=1,2,3,4,5 respectively

how can I can implement that


Answers (1)