Hello,
I want to call particular asp.net functionality in VS from outside the project. How do I call the function which is created in an asp.net file outside my project from my new project?
Is there anywhere documentation about reusablity in asp.net / html?
THx.
With kind regards,
Andreas Domevscek
Riddhi ValechaPosted Oct 9, 2014, 8:01 AM
All functions and methods are made in class files.
Make object of the class file and call the function.
Outside project means, is the method in some other project ?? Then take the dll.
i.e. Add its DLL in Add Reference.