Hi there, I am using VS2005, ASP.Net with C#. Here is little situation; and trying to resolve 2 issues. 1. I need to add dynamic drop down in certain Excel sheet column. 2. I need to create excel file on the web server silently. Here is the code I am trying to use; DropDownList dropdownList = new DropDownList...