V
vinnie
When i try to populate a dropdownlist menu, using a for cicle works
perfect: i get a list of int from ie 1 to 10. How an populate my
ddlist if working on the code i wish to get not longer a series of
integers, but a series of decimals?
Like this:
old fashion: (for i=1; i<=100; i++) i get 100 integers;
New fashion) i want to populate the same list, but using the decimals:
1; 1.01; 1.02; 1.03.... 99.99, 100.00
Is it possible?
Any suggestion?
perfect: i get a list of int from ie 1 to 10. How an populate my
ddlist if working on the code i wish to get not longer a series of
integers, but a series of decimals?
Like this:
old fashion: (for i=1; i<=100; i++) i get 100 integers;
New fashion) i want to populate the same list, but using the decimals:
1; 1.01; 1.02; 1.03.... 99.99, 100.00
Is it possible?
Any suggestion?