What is the result when the Web Form containing the
following line is complied and executed?
<asp:Button id=?thebutton? onClick=?theEvent? />
a) The button control is created; theEvent is the click
event handler.
b) Compiler error; the control must be set to runat=?server?.
c) Compiler error; onClick is not a valid attribute.
d) Runtime Exception; the control must be set to runat=?server?.
Answer Posted / swapna
d) Runtime Exception; the control must be set to
runat=?server?.
Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Is react a template engine?
What is caching? What are different ways of caching in asp.net?
What are the features of asp.net mvc?
Why is asp.net so popular?
What is a query string in a url?
Do you support digital rights management to protect my videos?
Explain authorization levels in .net ?
Types of instancing properties and explain each. Tell the difference between multiuse,singleuse and globalmultiuse and which is default ?
Explain the asp.net session state modes.
List some of the important session state modes of asp.net.
How to create events for a control?
What is asp.net response object?
What are the advantages of the code-behind feature?
Explain the use of dataadapter.
What is Bundling and Minification in MVC?