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.
What data type does the Range Validator control support?
What is the use of the tag in the web.config file?
What are sql joins?
Why is asp.net so popular?
What methods are fired during the page load?
Distinguish between Server-side and Client-side code with its functionality?
what is view state
5 Answers Microsoft, Siebel Systems,
What’s difference between “optimistic” and “pessimistic” locking?
What is state management techniques in asp.net?
In try catch blocks one is normal catch block and another is sqlcatchexception block
How to find last error which occurred in Asp.net ?
What are url fragments?