Hi all,I need help in how to transfer data from one account no to another account no in single table.Inthis customer will get his account no from dropdown list(it will comeautomitically thru his session) and customer has to write thedestination account no in textbox and the amount he is transferringwill be written in another textbox.Before transferring the amount,destination account no and the balance amount should be validated.Customer_Account table:AccountId UserId Status Balance AccountCode101 xyz A 2000 SB ->Savings102 abc A 3000 SV->Current103 yxz A 4000 SI->JointFor SB MinBalance 500,SV 1000,SI 2000 should haveTransaction Table:TransactionID, AccountID, TransactionType, Amount, DOT, UserID ,SourceOrDestAccountId ,TransferFlag,BalanceIn this If AccountId 101 want to transfer his 1000 amount to AccountId 102 AccountId 101 will be debited and AccountId 102 will be credited.Please somebody help me in coding, this problem.Thanks,Masum