D
DanWeaver
Due to the lack of persistence in a listbox element across postbacks I
have been forced to use textboxes to gather eg removed items (removed
via a javascript) so that the listbox can be repopulated on postback
amongst other things.
I now find (stupidly I didnt test this before) that when an asp text
box is invisible ie visible= false the client side sript that writes
to it shows an error- ie cant write to it. I have tried adding an
attribute ie textbox.Attributes.add of type hidden but to no avail.
Any clues?
Dan
have been forced to use textboxes to gather eg removed items (removed
via a javascript) so that the listbox can be repopulated on postback
amongst other things.
I now find (stupidly I didnt test this before) that when an asp text
box is invisible ie visible= false the client side sript that writes
to it shows an error- ie cant write to it. I have tried adding an
attribute ie textbox.Attributes.add of type hidden but to no avail.
Any clues?
Dan