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
When was asp.net released?
What is the page life cycle in asp.net?
What is the difference between system.stringbuilder and system.string
1.can we add connection string in global.asax?????????? 2.what are the default files included when we create new web application????
What is difference between session and application in asp net?
Can you clarified A Web service can only be written in .NET or not?
What is difference between asp state management and asp.net state management?
How many types cache in asp net?
What are the Difference between asp.net and asp ?
Give me one example of Web API Routing?
How can you ensure a permanent cookie?
What are the namespace classes used in asp.net mvc? : asp.net mvc
What are ASP.NET Web Forms? How is this technology different than what is available though ASP?
What are validator? Name the validation controls in asp.net?
Explain login controls.