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

what is the differance between .DLL & .EXE

10 Answers   Infinite Computer Solutions,


What does the "EnableViewState" property do?

2 Answers  


How to make paging concepts in datagrid in ASP.NET?

0 Answers   Sans Pareil IT Services,


How do you register a .NET assembly?

3 Answers   Microsoft,


What is http only cookie?

0 Answers  






how to retrieve property settings from xml .config file.

0 Answers  


What is the other method, other than GET and POST, in ASP.NET?

3 Answers  


How ViewstateMac works?

0 Answers   CGI,


How do we assign page-specific attributes?

0 Answers  


How we generate the BARCODE in ASP.Net using c# ! in library management systen for books .

2 Answers  


What is the difference between session and viewstate?

0 Answers  


What is the difference between Trace and Debug?

2 Answers   BirlaSoft,


Categories