Home »
MCQs »
ASP.Net MCQs
Which of the following statement is correct about HyperLink control in ASP.NET?
100. Which of the following statement is correct about HyperLink control in ASP.NET?
- ASP.NET does not support HyperLink control.
- It is an ASP.NET control, that responds to a click event.
- It cannot be used to refer to a webpage on the server
- The hyperLink is also known as LinkButton in ASP.NET
Answer: B) It is an ASP.NET control, that responds to a click event.
Explanation:
It is an ASP.NET control, that responds to a click event.