G
Guest
Does anybody know how to store structures in the viewstate:
</CODE
public structure ca
public brand as strin
public hp as intege
end structur
</CODE
I tried this:
<CODE
viewstate("Car") = ca
</CODE
But it didnt work.
Thanks in advance,
Marco
</CODE
public structure ca
public brand as strin
public hp as intege
end structur
</CODE
I tried this:
<CODE
viewstate("Car") = ca
</CODE
But it didnt work.
Thanks in advance,
Marco