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.



After building the custom control, you test it by adding an ASP.Net web application to the solution..

Answer / g.b.prabhakaran

d

Is This Answer Correct ?    4 Yes 2 No

Post New Answer

More ASP.NET Interview Questions

How does the cookies work in asp.net?

0 Answers  


what is diff between responseexpires and expiresabsolute

2 Answers   Accenture,


Describe the events in the life cycle of a web application.

0 Answers  


Can you explain what inheritance is and an example of when you might use it?

1 Answers   Sports Interactive,


Explain file-based dependency and key-based dependency.

0 Answers   MindCracker,






what are Httpmodule and HttpHandler?

3 Answers   Microsoft, Wipro,


Explain the reason why the javascript validation not run on the asp.net button but run successfully on the html button?

0 Answers  


Explain what is an abstract class?

0 Answers  


How can you handle errors in Web API?

0 Answers  


What do you mean by authentication and authorization

3 Answers  


what is meant by sitemapnode ?

0 Answers   Netsweeper,


What is Model-View-View Model?

0 Answers   MCN Solutions,


Categories