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 / niraj pandey
b)Compiler error; the control must be set to runat=?server?.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain about the Class view window?
What is form submit?
What are type/key pairs in client script registration? Can there be 2 scripts with the same type/key pair name?
Are there resources online with tips on asp to asp.net conversions?
What is the displayafter property in updateprogress control?
What is mvc in angular?
Describe the diffeerence between inline and code behind?
How to communicate via Remote proxy with Client? a)MarshalByRef b)Marshal by Value or Any thing else?
Elaborate differentiation between ViewState and SessionState?
What is asp.net web application?
What is data grid view in asp.net?
14. What are your Future Plans for Swatz Oils GROUP U.K?
Which protocol is used to call a web service?
how to retrieve property settings from xml .config file.
What is the usage of DelegatingHandler?