aspx_beginners thread: How do I update the data at the client side first then later in the database?
Message #1 by "dwarakanath h" <madivi2002@y...> on Tue, 9 Apr 2002 18:24:12
|
|
hi
I have an application that will display a set of records belonging to an
individual. He should be allowed to update/delete/add records. How can I
get updation done first at the client side (not in the database directly)
and later on clicking a save button it should be saved in the DB.
Your help is appreciated.
Thanks
Dwarka
Message #2 by "Kim Iwan Hansen" <kimiwan@k...> on Tue, 9 Apr 2002 21:51:59 +0200
|
|
use session variables or cookies
-Kim
-----Original Message-----
From: dwarakanath h [mailto:madivi2002@y...]
Sent: 9. april 2002 18:24
To: aspx_beginners
Subject: [aspx_beginners] How do I update the data at the client side
first then later in the database?
hi
I have an application that will display a set of records belonging to an
individual. He should be allowed to update/delete/add records. How can I
get updation done first at the client side (not in the database directly)
and later on clicking a save button it should be saved in the DB.
Your help is appreciated.
Thanks
Dwarka
|