What is user control in asp.net?



What is user control in asp.net?..

Answer / Hemant Tejyan

"User Control" in ASP.Net is a reusable user interface component that can be created, used, and shared across multiple pages within an application.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What is a nested masterpage in asp.net 2.0? Can there be a master page inside a masterpage?

1 Answers  


Differentiate session and cookie

1 Answers  


Can the unique key be null?

1 Answers  


Can we have multiple web config files for an asp.net application?

1 Answers  


how to increase performance of web site? if there is a page with high load. the content is high then what should we do to increase performance?

3 Answers   Emphasis, Mphasis, TCS,


Web API supports which protocol?

1 Answers  


What can we do with asp.net?

1 Answers  


What are the properties of the eventargs argument when capturing keyboard events?

1 Answers  


About CLR, reflection and assemblies?

1 Answers   Microsoft,


How you will handle session when deploying application in more than a server?

1 Answers  


What is the use of Administration tool in Asp.net 2.0?

2 Answers  


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.

1 Answers   Syntax Softtech,


Categories