21. |
For the content alignment, which property we can use from panel control ? પેનલ કંટ્રોલ માં કન્ટેન્ટ અલાઈનમેન્ટ માટે કઈ પ્રોપર્ટી નો ઉપયોગ કરવામાં આવે છે ?
|
||||||||
Answer:
Option (a) |
22. |
_______________ control does not provide any visible output.
________ કંટ્રોલ એ વિસીબલ આઉટપુટ પ્રોવાઇડ કરતું નથી.
|
||||||||
Answer:
Option (a) |
23. |
Guess the output
Dim myButton As HtmlButton = New HtmlButton() myButton.InnerText = "Button 1" p.Controls.Add(myButton)
નીચે ના નું આઉટપુટ ધારો;
Dim myButton As HtmlButton = New HtmlButton() myButton.InnerText = "Button 1" p.Controls.Add(myButton)
|
||||||||
Answer:
Option (c) |
24. |
In file upload control, which method is used to save the uploaded file ? ફાઇલ અપલોડ કંટ્રોલ માં અપલોડ કરેલી ફાઇલ ને સેવ કરવા માટે કઈ મેથડ નો ઉપયોગ કરવામાં આવે છે ?
|
||||
Answer:
Option (b) |
25. |
In File upload control, size of the file can be known by ________ property. ફાઇલ અપલોડ કંટ્રોલ માં ફાઇલ ની સાઈઝ ______ પ્રોપર્ટી થી જાણી શકાય છે.
|
||||||||
Answer:
Option (d) |
26. |
With the help of which property we can access the Name of the file ?
કઈ પ્રોપર્ટી ની મદદ થી યુઝર ફાઇલ નું નામ એક્સેસ કરી શકે છે ?
|
||||||||
Answer:
Option (d) |
27. |
In listbox control, how many values user can select ?
લીસ્ટબોક્ષ કંટ્રોલ માં યુઝર કેટલી વેલ્યુ સિલેક્ટ કરી શકે છે ?
|
||||||||
Answer:
Option (c) |
28. |
Which of the following are Listbox control in ASP.net ? ASP.net માં નીચે ના માંથી કયું લીસ્ટ બોક્ષ કંટ્રોલ ને રીપ્રેસેન્ટ કરે છે ?
|
||||||||
Answer:
Option (d) |
29. |
In ASP.NET, ___________ is the replacement of HTML's <option> tag. ASP.NET માં _______ એ HTML ના <option> ટેગનું રિપ્લેસમેન્ટ છે.
|
||||||||
Answer:
Option (a) |
30. |
In ASP.NET, ___________ is the replacement of HTML's <select> tag. ASP.NET માં _______ એ HTML ના <select> ટેગનું રિપ્લેસમેન્ટ છે.
|
||||||||
Answer:
Option (b) |