I want to display a session variable as a textbox value:
<input type="text" ...... value="<%=Sessi on("myvar")%>" >
I've tried several different variation of this and can't get it to display
properly with any.
Help please?
Sean
<input type="text" ...... value="<%=Sessi on("myvar")%>" >
I've tried several different variation of this and can't get it to display
properly with any.
Help please?
Sean
Comment