I have a page with a form (name=frmedit) that allows users to add articles to be displayed on that Page. The articles are stored in a database.For every article I generate a form (name=frmArticleID#) with a submit button (name=frmArticleID# value=edit). What I want is when they click the edit button the page refreshes and loads the information into the edit form from the database. Is there a easy way of doing this?