What is the difference between and ActiveX dll and control?
Answer Posted / sudhir kunnure
Activex dll is created any language and use in application.
by using javascript .Activex dll use only as client side
control.
Control is created in same language of application and use
as like drag and drop on page.you can use controls server
side as well as client side .
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
How to handle errors in Web API?
What is the displayafter property in updateprogress control?
How can we inherit a static member?
How can you pass multiple complex types in Web API?
What are cookies in asp.net?
How can we identify that the page is post back in asp net?
Explain the difference between server.transfer and response.redirect? Why would I choose one over the other?
How can exception be handled with out the use of try catch?
How can I configure asp.net applications that are running on a remote machine?
What are different methods of session maintenance in asp.net?
What are the advantages of passport authentication?
Explain the role of global.asax?
Explain Session state management options in ASP.NET.
Explain the features that make asp.net more used framework? : asp.net mvc
Define the types of configuration files.