Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ASP.NET: does it involve Active X at all?

Sorry, really newbie question, but if I was to create an ASP.NET website application, such as a calendar of events linked to a database - would the user interacting with this Calendar be using Active X?

Don't really know how to put that question any other way. Reason I ask is that my works system blocks Active X controls and therefore there would be no point in using ASP.NET to develop anything.

As a side question - What doesn't use Active X?

Thanks

like image 580
RocketGoal Avatar asked Dec 23 '22 12:12

RocketGoal


1 Answers

ASP.NET is a server side technology and does not necessarily have anything to do with client side technologies such as ActiveX or anything else.

like image 173
mmx Avatar answered Dec 31 '22 15:12

mmx