Using a .NET User Control in Classic ASP

Associate
Joined
28 Nov 2004
Posts
1,237
Location
Birmingham
Hi,
Although experienced in Classic ASP, I'm new to the .NET side of things but I was wondering if the following is possible....and if so, how?!? :)

I want to create a .NET user control...lets say, a calendar control with a few functions built into it.
Can I compile that into a DLL, register it on my server and then create and use the object in my classic ASP pages?

Sorry if that's a little vague....like I say, I'm new to this.
 
Sorry - should have said - the server is .NET ready so running .NET components isn't an issue.

My main query is whether (and roughly how) a user control made in .NET and setup on the server can be accessed via a classic ASP page.
 
Back
Top Bottom