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 session state server?
What is the difference between table and query?
What is Razor View Engine
Explain the difference between asp.net mvc and asp.net webforms
Can the unique key be null?
Define application state variable and session state variable?
Define static constructor?
What is the asp.net control toolkit?
What is meant by asp.net?
Types of instancing properties and explain each. Tell the difference between multiuse,singleuse and globalmultiuse and which is default ?
To wrap up a call to a Web service the standard used is..?
What is asp.net version?
Explain the difference between asp and asp.net?
How to Separate background image and front image from original picture....
What are the advantages of asp.net mvc framework? : asp.net mvc