After building the custom control, you test it by adding an
ASP.Net web application to the solution. You add a correct
<%@ Register %> directive and a proper declaration of the
control in the <asp:Form> tag to the Web Form, but when you
execute the application you get an error. What is the most
likely reason for the problem?
a) The custom control must be compiled first.
b) The web application must have a reference to the control
c) The custom control must be registered with windows first.
d) The assembly from the custom control is not in the
application?s bin directory.
Answer Posted / g.b.prabhakaran
d
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Explain the overview of asp.net?
What are the 3 levels at which content pages can be attached to Master Page?
What is base class of .net?
Explain the steps to be followed to use passport authentication.
What is a swagger in web api?
What is the life-span of the items in the viewstate?
Explain a program using code nuggets to create a simple application? : asp.net mvc
In which event of page cycle is the viewstate available?
Write some code using interfaces, virtual methods, and an abstract class`
What is mvc in asp.net tutorial? : Asp.Net MVC
Explain ViewState?
Can you explain composite pattern?
Explain form level validation and field level validation?
what cut off mark for po's,what questions they asked for interview?
What is viewstate information stored?