Home

What is the correct answer?

4

Get method is used to

A. Assign a value to an user control

B. Read value from an user control

C. Both of the above

D. None of the above

Correct Answer :

A. Assign a value to an user control


Related Questions

To redimension an array with its previous values intact use ___________… A TreeView can have multiple root nodes To retrieve the default path of the project use To vertically arrange all forms in an MDI form use Dim a() as Integer-{1,2,3,4}is a valid statement While handling keystrokes if e.Handled=True is set then Visual Basic A MsgBox can have maximum ___________ button(s) You create a UserControl having a TextBox and include that in a separate… If MustOverride is used then ____________ is also a must. Structured and Unstructured exceptions can't be mixed /*1. OleDataAdapterq1.update(DataSet1,"emp")2. OleDataAdapterq1.update(DataSet1,"std")3.… Dim S as Integer=10Text1=SMsgbox(Text1.Text) In HelpProvider ___________ property is used to mention the help file… You can assign a Main Menu to any control Using MyBase you can call base class To make a button the default button, this property of the form must be… InputBox by default returns ________ values A Class can inherit both Class and Interface at a time If Option Explicit is on then Dim i as Integer="10" will produce an error The default location of the exe file of your solution is To use HelpProvider, the following properties of the form needs to be… A DataSet can hold multiple tables even if there are similar fields This view pops up if "Ctrl+F1" is pressed If Scrollbars property of a TextBox is set to Hortizontal and the WordWrap… If a Class in inherited, its constructor is inherited automatically and… ________ converts to long datatype Default event handler of Splitter is DomainUpDown control is used only for strings and NumericUpDown for numbers. Data from DataSet is accessed using34 DataSet can be used to connect to Crystal Report