This may be a dumb question, but how do you allow a user to change the content on a page?

I have a page that uses data from a cookie. I want the user to be able to edit the cookie-based data if necessary, but I don't want to have to reload the ASP page (fewer DB calls, etc.), just change the text on the page that was originally created from the cookie.