What is the difference between and ActiveX dll and control ?
Answer Posted / rana rashid
Control is control exsample calander control
Dll is a library
Control has an user iinterface but dll doesn't have
Dll is plain code only
Control have exe but dll doesn't
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Define asp.net caching?
Difference between Response.redirect vs server.transfer?
How would you create a permanent cookie?
Which validator control you use if you need to make sure the values in two different controls matched?
Can you edit data in the Repeater control? Which template must you provide, in order to display data in a Repeater control? How can you provide an alternating color scheme in a Repeater control? What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?
Can you change a Master Page dynamically at runtime?
What is the purpose of using MVC programming pattern in ASP.NET?
What will happen if the server confugration file and the application confugration file have different values for sassion state ASP.NET?
What are asp.net web forms?
Where would you use an ihttpmodule, and what are the limitations of any?
What is session in web technology?
Why do we need url encoding?
How can you send an email message from an asp.net web page?
What is s2s tracking?
What is different in .net 1.1 and .net 2.0?