D
Dave
I only do ASP part time so this is a beginner question. I will
attempt to make this a starightforward question...
Is there any technique to keep values a user types into databound
controls after a page refresh (or in this case a
window.location.replace(...))?
I have an UpdateDB() ASP function. Can that be kicked off by an event
when the user finishes typing into a asp:textbox, for example, so the
data is saved before a refresh?
attempt to make this a starightforward question...
Is there any technique to keep values a user types into databound
controls after a page refresh (or in this case a
window.location.replace(...))?
I have an UpdateDB() ASP function. Can that be kicked off by an event
when the user finishes typing into a asp:textbox, for example, so the
data is saved before a refresh?