Tag: web technology

Questions Related to web technology

  1. ListGrid

  2. DynamicForm

  3. PropertySheet

  4. DSRequest


Correct Option: D
  1. Validating a form

  2. Sending a form's contents by email

  3. Storing the form's contents to a database file on the server

  4. None of the above


Correct Option: C
  1. isc.ListGrid.create({ ID:"test", left:50, top:150, width:600, height:400, });

  2. isc.ListGrid.create({ ID:"test"; left:50; top:150; width:600;height:400; });

  3. isc.ListGrid.create({ ID:"test", left:50, top:150, width:600, height:400 });

  4. None


Correct Option: C