I want to pass the value to the tag of applet dynamically. I am taking the ID from session in this way and want to assign ID value to applet
var ID = Session[1];
Is this correct value of passing ID value to the applet dynamically or is there any other better way.