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?.
Answers were Sorted based on User's Feedback
Answer / niraj pandey
b)Compiler error; the control must be set to runat=?server?.
Is This Answer Correct ? | 0 Yes | 0 No |
What is the use of data set in asp.net?
What is enableviewstatemac in asp net?
What is the difference between Debug.Write and Trace.Write? When should each be used?
What is the difference between a Stored procedure and function?
How to remove cache object in asp.net?
What is the main difference between Asp.net and Vb.net?
Why do we need Sessions?
How to merge 2 tables fields in DataTable in asp.net
What is the purpose of each of the validation controls provided by ASP.NET?
Where is ViewState information stored?
How can we do the client side validation and Server side validations? But i told that At client side by with the help of validations control or by javascript? But I dont know about the Server side controls Explain?
how to elimainte the similar data from the different tables