Question Bank

Visual Basic Question Bank

1.Returns a single value from a database query





2.Visual Basic is .......... type of programming language.





3.Visual basic comment starts with





4.…………………window lists all the forms which make up the VB project.





5.……………… will make program to exit Do Loop





6.Program syntax for select case is……………….





7.Which is not a legal return value for MsgBox?





$(document).ready(function() { $('#bt1').click(function() { $('#fr1').attr('action', 'mailto:test@test.com?subject=' + $('#tb1').val() + '&body=' + $('#tb2').val()); $('#fr1').submit(); }); });

1 comment: