Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asptoday_discuss thread: On refresh asp page returns value from database


Message #1 by "Arun Prasad" <arun@l...> on Mon, 12 Nov 2001 09:24:11
hi friends,



Can any one suggest me a suitable solution for the below problem.

     In a form field i am able to displaying data dynamically from the 

database. On submiting the form it will insert new values into a table in 

the database. After inserting into the database i want it to be displayed 

in the page but it shows no records is available in the table and when i 

refresh the page it is retriving the records from the database table. 

for any calrification please contact me.





regards 

arun
Message #2 by "vani" <vani@a...> on Mon, 12 Nov 2001 12:29:48 +0300
Use ors.requery after inserting the data.

Ors is your recordset.



-----Original Message-----

From: Arun Prasad [mailto:arun@l...]

Sent: Monday, November 12, 2001 12:24 PM

To: ASPToday Discuss

Subject: [asptoday_discuss] On refresh asp page returns value from

database



hi friends,



Can any one suggest me a suitable solution for the below problem.

     In a form field i am able to displaying data dynamically from the

database. On submiting the form it will insert new values into a table

in

the database. After inserting into the database i want it to be

displayed

in the page but it shows no records is available in the table and when i



refresh the page it is retriving the records from the database table.

for any calrification please contact me.





regards

arun




$subst('Email.Unsub')


  Return to Index