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
Describe in brief .net framework and its components.
What are themes and skins in 2.0, explain usage scenario?
What is the usie of activex control in .net?
Where is session data stored in asp net?
What is enableviewstate in asp net?
Which protocol is used to call a web service?
Can you explain composite pattern?
What is dynamic web page with example?
What are the Types of authentications in IIS
What is the difference between a default skin and a named skin?
What is custom attribute?
How asp.net mvc differs from asp.net web forms? : asp.net mvc
How can we create a website?
Why is it preferred to not use finalize for clean up?
What are the session variables?