M
Mamun
Hi All,
How can I use the variable declared in asp tag in server variables in asp.net?
Here is what I was trying to do.
<%dim i as int16
for i= 1 to 20%>
<aspanel id="pnl"&<%=i%> runat="server">
<asp:Label id="Label1" runat="server">Label</asp:Label>
<asp:RadioButtonList id="rdolist" runat="server"></asp:RadioButtonList>
</aspanel>
<% next%>
I would highly appreciate your help.
Thanks a million in advance.
mamun
How can I use the variable declared in asp tag in server variables in asp.net?
Here is what I was trying to do.
<%dim i as int16
for i= 1 to 20%>
<aspanel id="pnl"&<%=i%> runat="server">
<asp:Label id="Label1" runat="server">Label</asp:Label>
<asp:RadioButtonList id="rdolist" runat="server"></asp:RadioButtonList>
</aspanel>
<% next%>
I would highly appreciate your help.
Thanks a million in advance.
mamun