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
Explain how can you debug your .net application?
if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.
If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
What is the use of web.config file?
What is the difference between page.registerclientscriptblock and page.registerstartupscript?
Explain how is a property designated as read-only?
Is it possible to develop a single web application using ASP.NET webforms and ASP.MVC?
Which adapter should you use, if you want to get the data from an access database?
Differentiate between globalization and localization.
List the asp.net validation controls?
Can you change a Master Page dynamically at runtime?
Whta are the Various steps taken to optimize a web based application (caching, stored procedure etc.) ?
What is the basic purpose of the required field validator? How can you use a required field validator to check that the user changes the initial value of a text box? a listbox?
What is State Management in .Net and how many ways are there to maintain a state in .Net? What is view state?
What is a web based system?