1. |
What will be the output of the following code ?
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click Dim d1 As DateTime = DateTimePicker1.Value Dim d2 As DateTime = DateTimePicker2.Value Dim value As TimeSpan = d2.Subtract(d1) Dim days As Integer = value.TotalDays Label1.Text = days End Sub
નીચે દર્શાવેલ કોડ નું આઉટપુટ શું હશે ?
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click Dim d1 As DateTime = DateTimePicker1.Value Dim d2 As DateTime = DateTimePicker2.Value Dim value As TimeSpan = d2.Subtract(d1) Dim days As Integer = value.TotalDays Label1.Text = days End Sub
|
||||||||
Answer:
Option (a) |
2. |
Which property will get selected date from DateTimePicker Control ?
ડેટટાઈમ પીકર કંટ્રોલ માં સિલેક્ટ કરેલી ડેટ મેળવવા માટે કઈ પ્રોપર્ટી નો ઉપયોગ કરવામાં આવે છે ?
|
||||||||
Answer:
Option (c) |
3. |
To select more than one value from the list, which control is preferable ?
લીસ્ટ માંથી એક કરતા વધારે વેલ્યુ સિલેક્ટ કરવા માટે નીચેના માંથી કયા કંટ્રોલ નો ઉપયોગ કરી શકાય છે ?
|
||||||||
Answer:
Option (b) |
4. |
Which of the following control doesn't receive the focus and doesn't have a TabIndex property?
નીચે ના માંથી ક્યાં કંટ્રોલ પર ફોકસ આવતું નથી અને તેમ જ તેની TabIndex પ્રોપર્ટી હોતી નથી ?
|
||||||||
Answer:
Option (d) |
5. |
Display items Alphabetically with the help of ________________ property items ને આલ્ફાબેટીકલી ડિસ્પ્લે કરવા માટે ______ પ્રોપર્ટી નો ઉપયોગ કરવામાં આવે છે.
|
||||||||
Answer:
Option (c) |
6. |
Which is the correct statement for SelectedValue and SelectedItem ? SelectedValue અને SelectedItem માટેનીચે ના માંથી કયું સ્ટેટમેન્ટ સાચું છે ?
|
||||||||
Answer:
Option (a) |
7. |
DisplayMember and ValueMember are related to which control ?
DisplayMember અને ValueMember ક્યાં કંટ્રોલ ની પ્રોપર્ટી છે ?
|
||||||||
Answer:
Option (b) |
8. |
Which statement is true for the DisplayMember and ValueMember ?
DisplayMember અને ValueMember માટે નીચે માંથી કયું સ્ટેટમેન્ટ સાચું છે ?
|
||||||||
Answer:
Option (d) |
9. |
To display data from the databse in the ComboBox, ____________________ property is accessible
કોમ્બોબોક્ષ માં ડેટાબેઝ માંથી ડેટા ને ડિસ્પ્લે કરવા માટે, ________ પ્રોપર્ટી નો ઉપયોગ કરવામાં આવે છે
|
||||||||
Answer:
Option (b) |
10. |
To display picture in the picturebox, __________ property is accessible
પિક્ચર બોક્ષ માં પિક્ચર ડિસ્પ્લે કરવા માટે _______ પ્રોપર્ટી નો ઉપયોગ કરવામાં આવે છે
|
||||||||
Answer:
Option (b) |