Home »
MCQs »
ASP.Net MCQs
Which of the following statement are correct about LinkButton control in ASP.NET?
73. Which of the following statement are correct about LinkButton control in ASP.NET?
- The LinkButton and HyperLink both are the same controls.
- This control acts as a hyperlink, which is used to display a hyperlink-style button control.
- ASP.NET supports only LinkButton, it does not support Hyperlink.
- This is a client-side control used in HTML only.
- Only 1
- Only 2
- 1 and 4
- 2 and 3
Answer: B) Only 2
Explanation:
The 2nd statement is correct about LinkButton control in ASP.NET.