I want to retrieve the moth from a date(in textbox),then
If that retrieved month is January ,some functions have to be added.
CurrDate =session("txtdateFrom")
CurrMonthID=session("txtdateTo")
CurrMonthName=MonthName("CurrMonthID")
iF CurrMonthName=January /* This portion have error */
/* some functions */
else if CurrMonthName= February
/* some functions */