J
Jon Paal
I have a textbox in a form that saves information to a database. A linkbutton activates a function from the user's click to save
the data. A leading string of text is added to the content before saving.
I want to retrieve the saved info and have the retrieved data displayed when the page reloads.
I can't get the retrieved data to display. I can only get the old version of a previous save .
How do I save then retrieve the correct version in the postback -- any examples in vb would help
the data. A leading string of text is added to the content before saving.
I want to retrieve the saved info and have the retrieved data displayed when the page reloads.
I can't get the retrieved data to display. I can only get the old version of a previous save .
How do I save then retrieve the correct version in the postback -- any examples in vb would help