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
Where is http session stored?
What is the maximum amount of memory any single process on windows can address?
What are the server controls in asp.net?
Can master pages be nested?
List the advantages and disadvantages of user control an custom control?
Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?
What is view state management in asp net?
Explain Authentication mechanism in dotnet
Is it possible to develop a single web application using ASP.NET webforms and ASP.MVC?
Can I stream live content/events?
What is the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
Is viewstate secure?
How to Insert/Add in ASPXgridview
Tell me what is the request flow used for asp.net mvc framework? : asp.net mvc
What is _dopostback in asp net?