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 / abbaas
c
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Where the cookie value is stored?
Explain the concept of event bubbling in ASP.NET?
what are the web form events available in asp.net?
Just by seeing the signature of the bean how can you specify whether it is a stateful or stateless session bean?
Which is an advantage of application service providers?
Can master pages be nested?
What are the steps to follow to host a web application on a web server?
Why is it preferred to not use finalize for clean up?
What is the difference between adding reference in solution explorer and adding references by using ?
What is active web page?
List the advantages and disadvantages of user control an custom control?
What is the use of asp.net web api?
Define a static class?
Explain the use of dataadapter.
What is the difference between session and viewstate in asp.net?