I am new to programming and to ASP.NET 2.0. I am developing a registration page that allows a participant to enter all of their information and then hit a Submit button to save it to the database. Currently, I have a Template within a Details View. I am able to submit data successfully, but then the page is cleared and there is no indication if the submit was successful or failed. I would like feedback (Receipt Page) that the data has been submitted to the database successfully. I would like to use to use built in controls and properties if possible. If not some code samples (
VB or C#) would be helpful.
I am using Visual Studio 2005, SQL Server 2005 and the .NET 2.0 Framework.
Thank You
Don Bricker