I am inserting record direct into table ,but now i want that when i approve record then it get insert into table ,so what will be the flow?
Hi akhter,
For this you need to create a temporary table to keep the record in database.
Once you click approve you need to insert the record in main table for the approve record and remove the record from temporary table.
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.