What is the difference between control and component?
Answers were Sorted based on User's Feedback
Answer / p.ramakrishna
One diffence is,
control , such as a DataGrid or simple TextBox ,is a basic
element of the user interface.
component, which has no visible interface and adds specific
functionality to project.
Is This Answer Correct ? | 20 Yes | 2 No |
Answer / meenu rajput
a control is a visual representation and available in tool
box whereas component do not.
Is This Answer Correct ? | 11 Yes | 3 No |
Answer / mukesh
control is visiual element in tool box and componant is a
interface which add special feature in ur project.
Is This Answer Correct ? | 1 Yes | 3 No |
Answer / vijay mungashe
control is physical apparency, but component is not physical apperency
Is This Answer Correct ? | 0 Yes | 3 No |
Which control would you use if you needed to make sure the values in two different controls matched?
What is protected configuration?
What are different transaction options?
What property is used on the datatable to indicate a conflict after an update? a) HasConflict b) HasError c) HasCollision d) HasDataError
Does asp.net still recognize the global.asa file?
How does ASP.NET framework maps client side events to Server side events.?
What does WSDL stand for?
what is DLL Hell and how it is solved in .NET? please explain clearly??
detail code for sql data connections?
What is scope of an application variable in asp.net?
In order to bind the data from a data source to the Repeater control what property is set and what method must you call in your code,?
Explain autherization levels in .net ?