I\'m trying to populate a dropdown list inside a repeater, but I\'m not being very successful. I\'m probably using the wrong EventArgs e.
Here\'s my
for(int i=1;i > 5;i++)
Should read ...
for(int i=1;i < 5 ;i++)