Hi All
I have a drop down with check box. user can select the more then one value select in check box and this value can save in the session variable after that redirect to the next page when user come back again in this page all selected check box value those are saved in the session can set the all the check box value checked in that drop down.
for example user can select 2 value then session["selectedvalue"]="1,2";
then how to set this selected value set in the check box of that combo box.
thanks
Sushobhit Raman
I have a drop down with check box. user can select the more then one value select in check box and this value can save in the session variable after that redirect to the next page when user come back again in this page all selected check box value those are saved in the session can set the all the check box value checked in that drop down.
for example user can select 2 value then session["selectedvalue"]="1,2";
then how to set this selected value set in the check box of that combo box.
thanks
Sushobhit Raman