Question:You are implementing an EditItemTemplate template for a data-bound Web server control. The control is bound to a data source that contains fields named ID and JobTitle. You need to implement the following functionality: Display the ID field value in the IDTextBox control, but prevent changes to the field value from being submitted back to the data source. Display the JobTitle field value in the JobTitleTextBox control, and allow changes to the field value to be submitted back to the data source. How should you complete the code segment? To answer, drag the appropriate code segment or segments to the correct location or locations in the answer area. 

A Text='<% # Eval("ID")%>' Text='<% # Blind('jobTitle')%>' 

B Text='<%= Blind('jobTitle')%>' Text='<%= Eval('jobTitle')>' 

C Text='<% # Eval("ID")%>' Text='<%= Eval('jobTitle')>' 

D Text='<% # Blind('jobTitle')%>' Text='<% # Eval("ID")%>' 

+ Answer
+ Report
Total Preview: 872

Copyright © 2024. Powered by Intellect Software Ltd