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
What is mvc in angular?
How do you change the session time-out value?
Whats the difference between registerclientscriptblock, registerclientscriptinclude and registerclientscriptresource?
How to create discussion forum in asp.net mvc? : Asp.Net MVC
What is viewstate? In which event of the page life cycle, is the viewstate available?
How can you access the properties and controls of master pages from content pages?
What are the asp.net security controls?
How to store checkbox value in database in asp.net mvc? : Asp.Net MVC
What is rending process in ASP.NET?
What are the server control tags in asp.net.?
Whats the difference between abstract factory pattern and factory pattern?
What is the difference between client-side and server-side validations in webpages?
Tell me how asp.net mvc differs from asp.net web forms? : asp.net mvc
To add a hyperlink column to the DataGrid which tag is used ?
Describe briefly what is the role of IIS on an ASP.NET application? What does it for the same application?