how to click on this Transfer button in write the .cs code its not workin this below code how to solve this issue
function showDetails(Benificiaryname, Bankname, IFSCCode, AccountNumber, TransferMode, amount) {
var details = '
Name As Per Bank: ' + Benificiaryname + '
' +'
Bank Name: ' + Bankname + '
' +'
IFSC Code: ' + IFSCCode + '
' +'
Bank Account: ' + AccountNumber + '
' +'
Name Asper Bank:
' + '';
document.getElementById('validationDetails').innerHTML = details;
$('#detailsModal').modal('show');
}
> In this line Also i have to changed do some modification (';) but not getting result how to solve issue give me yous suggesttion
2 Replies
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh KumarPosted Nov 7, 2023, 4:21 AM
keep your button code as it is,
In Jquery/Javascript add below code,
Note : You should change your button mane "btnTransfer"
Vishal YelvePosted Nov 6, 2023, 5:37 PM
Hi Jagapathibabu,
try this,
make a change in your html button
And in script tag