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
What is authentication in asp.net?
What is http session state?
Can you explain one critical mapping?
How is session id generated?
How to set the pane area to transparent of a scrollPane component.?
What are the advantages and disadvantages of Using Cookies?
What is the parent class of all web server control?
Explain cookies with example.
How does viewstate work?
What is marshalling ? Is it a part of asp.net ?
What are the new web part controls in asp.net 2.0 ?
What is bson in web api?
What is server components?
How can we implement a identity (sql server) call in an asp.net page?
What are the memory-mapped files?