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 are the contents of cookie?
How we can force all the validation controls to run?
What's the difference between viewstate and sessionstate?
What are the differences between the response.write() and response.output.write()?
What is the application pool?
What do you mean by serialize and marshalbyref?
i have 3+ exp in .net? i am going interview now but they asked me do you know any TOOL? which tool will i study please refer me?
List of words of preprocessor in .net?
Is asp.net a programming language or framework?
What is rich control in asp.net?
What is the difference between Hash table and Array list?
What are the asp.net server side objects?
Can more than one person use the same login?
Where session variables are stored?
What is authentication in asp.net?