Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_beginners thread: Forms submission to database


Message #1 by steveproctor@c... on Sun, 25 Aug 2002 03:49:00
My most recent problem is submitting a form with values.  The database is 
updated, but the infomation in the forms remains.  If the information is 
submitted again, the same information is added.  Is there a way to delete 
the form values when the data is submitted?  Thanks.

Steve
Message #2 by "Hovik Melkomian" <melvik@b...> on Sun, 25 Aug 2002 08:59:19 +0430
make them clear.
textBox1.Text = '';

Thats all for now,
Hovik.
----- Original Message -----
From: <steveproctor@c...>
To: "aspx_beginners" <aspx_beginners@p...>
Sent: Sunday, August 25, 2002 3:49 AM
Subject: [aspx_beginners] Forms submission to database


My most recent problem is submitting a form with values.  The database is
updated, but the infomation in the forms remains.  If the information is
submitted again, the same information is added.  Is there a way to delete
the form values when the data is submitted?  Thanks.

Steve
---
Beginning ASP.NET Databases using VB.NET
http://www.wrox.com/ACON11.asp?ISBN=1861006195

Beginning ASP.NET Databases using C#
http://www.wrox.com/ACON11.asp?ISBN=1861007418

These books look at how we can create data-centric ASP.NET
applications. Requiring some basic knowledge of ASP.NET,
Access and SQL the authors guide you through the process
of connecting and consuming information in a variety of
ways. They are packed full of excellent illustrative code
examples, demonstrating important fundamental principles.



  Return to Index