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

If a widget’s autoDraw property is set to false, one can call the draw method to display.

  1. True

  2. False


Correct Option: B

Which is the correct way to create a ListGrid ?

  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