I am implementing an ASP.NET page inside a SharePoint site with a data view to a database connection on a SQL server. The data view is a 'new form'. The page and data view work just fine. What I would like to is to simply retain the data in the various text boxes after the 'save' button is pressed. Normal behavior will wipe the form.
I have users that have to enter some repetitive data where only one or two fields change from record to record so my intention is to only wipe the fields that always change...save the users the time of re-entering (is their chief complaint about the SharePoint list they are currently using).
I have users that have to enter some repetitive data where only one or two fields change from record to record so my intention is to only wipe the fields that always change...save the users the time of re-entering (is their chief complaint about the SharePoint list they are currently using).