What is the difference between control and component?
Answer Posted / 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 |
Post New Answer View All Answers
Which method is used to enforce garbage collection in .net?
How many validators do ASP.NET have?
What is the main difference between Asp.net and Vb.net?
What is the difference between custom web user control and a custom web server control?
Explain one critical mapping?
What is a ashx file?
Describe session handling in a webfarm?
How can we identify that the Page is Post Back?
What is the use of HttpHandlers? When to use this?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net?
How to reduce the width of textbox in editcommandcolumn of datagrid?
What is the difference between union and structure?
Define transparent caching with aop?
What happens if an ASP.NET server control with event-handling routines is missing from its definition?
How you can add an event handler?