Sir
I am developing an application. I have a combo box with options values 2007,2008,2009, 2010 (year) etc. After selecting a year i am collecting the values of Year in a varible and executing a sql statement using the variable. i have tested the module which is working fine. But i have encountered a problem, when i am loading the asp page, the value of year i am collecting using the request.form("d 1") statement is blank, which results...