Can an ASP.Net Control be used in old asp page?
-
Hi, I have the legacy asp code in which I will now have to plug in some ASP.Net server controls to make one text box AJAX enabled. So my question is can we have a ASP.Net control in the old asp page(.asp not .aspx) My asp code looks something like this. To make this Text box AJAX enabled, I am writing code like this Append(""); SO can I use asp:XXX in my .asp page? Plus if I have the Atlas dll in my project can I also use atlas:XXX here.. Thanks in advance
-
Hi, I have the legacy asp code in which I will now have to plug in some ASP.Net server controls to make one text box AJAX enabled. So my question is can we have a ASP.Net control in the old asp page(.asp not .aspx) My asp code looks something like this. To make this Text box AJAX enabled, I am writing code like this Append(""); SO can I use asp:XXX in my .asp page? Plus if I have the Atlas dll in my project can I also use atlas:XXX here.. Thanks in advance
No you can't use asp.net inside of classic asp.
-
No you can't use asp.net inside of classic asp.