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
How can we use Web API with ASP.NET Web Form?
What is server side routing?
What can we do with asp.net?
What are the asp.net list controls and difference between them?
Define asp.net caching?
What is the main differences between asp and asp.net?
What are the steps involved to fill a dataset?
What are the different validators in asp.net?
What are the main requirements for caching?
How to Separate background image and front image from original picture....
What is the difference between system.stringbuilder and system.string
If you have an application with multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers by using round-robbin load balancing. Explain which is the best approach to maintain login-in state for the users?
Why do we need a web application session?
IN an ASP.NET Web application if there is any error, how can you debug?
How do I know asp.net mvc version? : Asp.Net MVC