+1 vote
in XML by
To bind the HTML element <INPUT> Type in text with the datasource “ dsoCustomer” we use

A. <INPUT TYPE=”TEXT” DATAFIELD=”#dsoCustomer”>

B. <INPUT TYPE=”TEXT” DATASRC=” dsoCustomer”>

C. <INPUT TYPE=”TEXT” DATASRC=” #dsoCustomer” >

D. <INPUT TYPE=”TEXT” DATAFLD=” #dsoCustomer”>

1 Answer

0 votes
by
<INPUT TYPE=”TEXT” DATASRC=” #dsoCustomer” >

Related questions

+1 vote
asked Jan 28, 2021 in HTML by SakshiSharma
0 votes
asked Oct 10, 2022 in JavaScript by SakshiSharma
...