Hi,
put a simple drop down page and in page load event write the following code and you are done.
for(int i=0;i<99;i++)
{
dropdownid.item.insert(i, new ListItem(i, i);
}
Always "Mark as Answer" the Post That Solves the problem.Because It helps others to find the solution.
Mohammad Hussain
http://mohdhussain.blogspot.com/