How to pass a variable into CommandArgument

Hi,

How can I pass a variable into CommandArgument ? Any help would be greatly appreciated. Below is the code: <% for (int i = 0; i < phoneRows; i++)
{%> <% } %>



Phone ID Court Units Make Model Edit
<%= phoneID[i]%> <%= phoneCU[i]%> <%= phoneMake[i]%>
<% String indx = i.ToString(); %>
' runat="server" Text="Edit" OnClick="EditPhone_Click" />

How can I pass 'indx' into CommandArgument ??

Thanks in advance,
Hoa

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories