Someone could tell me if I have to to somethingh whith the a dictionary variable when I pass this to a value of a text box item like this
dictvar.add H, "Hello World"
<input id=txtbox1 name=textbox1 value = <%= dictvar.item("H" %> >
The problem is that when I a want see the text box in run time only show "Hello" whithout the "World" but if I send a message whith the content of the dictionary variable the the content show full "Hello World"
Thanks [sig][/sig]