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 data type does the Range Validator control support?

5 Answers  


What is the use of the tag in the web.config file?

0 Answers   MindCracker,


What are sql joins?

0 Answers  


Why is asp.net so popular?

0 Answers  


What methods are fired during the page load?

2 Answers  






Distinguish between Server-side and Client-side code with its functionality?

0 Answers   Siebel,


what is view state

5 Answers   Microsoft, Siebel Systems,


What’s difference between “optimistic” and “pessimistic” locking?

0 Answers  


What is state management techniques in asp.net?

0 Answers  


In try catch blocks one is normal catch block and another is sqlcatchexception block

3 Answers   Microsoft,


How to find last error which occurred in Asp.net ?

0 Answers  


What are url fragments?

0 Answers  


Categories