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 / niraj pandey
b)Compiler error; the control must be set to runat=?server?.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is difference between singleton and single call?
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
Explain Features in ASP.NET
Explain the concept of MVC Scaffolding?
What is the caspol.exe tool used for?
What is a postback url?
In asp.net, how can you validate drop down box?
How do I publish my asp.net application to my isp's web server?
What is localhost in asp.net?
Can asp.net work on an nt server?
Which method do you use to enforce garbage collection in .net?
5. What three Specific Job Positions do you target from Swatz Oils GROUP U.K?
Define static function?
What do you understand by aggregate dependency?
What is application and session in asp.net?