+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” >
...