Home

What is the correct answer?

4

On error goto lbl is a

A. Structured error

B. Unstructured error

Correct Answer :

B. Unstructured error


Related Questions

To use HelpProvider, the following properties of the form needs to be… What cannot be done if the table has no primary key DataSet can be used to connect to Crystal Report Get method is used to A single LinkLabel can support multiple links The correct sequence of Form Loading is Images can be loaded from A single OLEDBAdapter can have many DataSets A form can have only ______ Main Menu and _________ Context Menu Finally is fired only when error occurs When a project is Built it creates a _______ and ________ file under Bin… VB.NET does not support control arrays To view Panels of a StatusBar set _________ to true In ADODB the _____________ property is used to connect to the table To uninstall a Windows Service ____________ is use Function abc() As StringReturn 10End Function If a Label control's AutoSize property is set to True, can you resize… If nothing is selected in a combo box, its index value is For the same class "Me" and MyBase" are same This view pops up if "Ctrl+F1" is pressed /*1. Class C2. public mustinherit sub abc()3. msgbox("Base Class")4. end… Dim S as Integer=10Text1=SMsgbox(Text1.Text) Class ccpublic _________ I as stringend classButton1_Clickcc.I=100 The default location of the exe file of your solution is Two commands can be written in the same line using The name of the IDE window that allows you to see the hierarchical arrangement… A thread can be started only once The EventLog's ________ method is used to write an entry to a log file You create a UserControl having a TextBox and include that in a separate… /*1. OleDataAdapterq1.update(DataSet1,"emp")2. OleDataAdapterq1.update(DataSet1,"std")3.…