I have Web application which I want to now use in umbraco. That application is using .ascx user control with AJAX for AutoCompleteExtender, one web service (which .ascx file uses) and some .cs files which are in App_code folder.
In Asp.Net I build the web application. Generally while using user control we paste .ascx file and .dll file of Web App. so, now my question is if I am using webservice, AJAX and other .cs files; then what all i need to paste in umbraco installation? Say, logically i think i need to paste ajaxcontroltoolkit.dll in bin folder. But guide me for this. Also is that fine to use this type of user control whose code is not only in its .ascx.cs file but .ascx.cs file uses function of .cs file?
user control with ajax and other .cs files
I have Web application which I want to now use in umbraco. That application is using .ascx user control with AJAX for AutoCompleteExtender, one web service (which .ascx file uses) and some .cs files which are in App_code folder.
In Asp.Net I build the web application. Generally while using user control we paste .ascx file and .dll file of Web App. so, now my question is if I am using webservice, AJAX and other .cs files; then what all i need to paste in umbraco installation? Say, logically i think i need to paste ajaxcontroltoolkit.dll in bin folder. But guide me for this. Also is that fine to use this type of user control whose code is not only in its .ascx.cs file but .ascx.cs file uses function of .cs file?
is working on a reply...