Click to See Complete Forum and Search --> : Adding Buttons Dynamically using ASP.NET


ruwan
July 2nd, 2001, 03:52 AM
Hi guys,
Could you please tell me a way to add buttons dynamically and assign id's to them as they automatically created.
rgds
Ruwan

pmmbala
July 6th, 2001, 02:02 AM
%
for i = 0 to 10
response.write input width=40 type=button name=but"%> %=i%> >


%next %>

pmmbala_old
July 6th, 2001, 02:02 AM
%
for i = 0 to 10
response.write input width=40 type=button name=but"%> %=i%> >


%next %>