From a dataview dv who has a column “EmpNo” from employee table, how will u bind a textbox

Options
- Textbox.databinding.add(“Text”,dv,”EmpNo”);
- Textbox.databinding.adddv,”EmpNo”);
- Textbox.databinding.add(EmpNo”);
- None of the above


CORRECT ANSWER : Textbox.databinding.add(“Text”,dv,”EmpNo”);

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement