Dear All,
On form i have create array for twelve month . user is selecting the checkbox , as per selection checkbox true is counting in my program and saving in the table in one fields.
for example : suppose user has select checkbox - january , February and march… when user save , my programm will make a string as january , February, march and save it into one field Monthnames. now my problem is that how to retrive the month…and select the respective month array checkbox true. while clicking on next , previous button it should select automatic those month which in Monthnames field.
Please Suggest…
Thanks in Advance
P.C.