Dynamic .NET Controls.
Hi ,
I m trying to put dynamic control by below code: but not working.
let us say put 5 dropdown controls. name will be TeamList1,TeamList2, etc.
---------------------------------
<% dim i
for i = 1 to 5%>
<tr class="TSDeata"><td>
<asp:DropDownList id="TeamList" & i runat="server"/>
</td>
<%next%>
---------------------------------
Rupen Anjaria.:)
------------------
We CAN'T avoid problems, but can solve it.
|