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 the difference between user control an custom control?
Describe session handling in a webfarm?
Is a dll file an executable?
Which asp.net objects encapsulate the state of the client and the browser?
What are the namespaces used in asp.net mvc? : asp.net mvc
What are the different method of navigation in asp.net?
What is the use of response redirect in asp.net?
Is asp.net easy to learn?
What is different in .net 1.1 and .net 2.0?
Explain how cookies work.
Contrast oop and soa. What are tenets of each16. How does the xmlserializer work? What acl permissions does a process using it require?
How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?
What is a pixel url?
What is the full meaning of asp.net?
What is autopostback true?