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
Explain the steps to be followed to use passport authentication.
How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?
Is it true that a Web service must be written in .NET or not?
How to improve performance of web application asp.net mvc? : Asp.Net MVC
Explain the boxing and unboxing concept in .net?
How asynchronous call can be implemented using delegates?
What are user controls?
What does mean by a neutral culture?
What is session in asp.net?
What is skin in asp.net?
what is AutoEventWireUp and what is the use of This property explain in details?
If I have more than one version of one assemblies, then how will I use old version (how/where to specify version number?) In my application?
When we use cookie less session? Explain its working?
What is the mvc model?
How can we inherit a static variable?