I have an asp.net web application with only one aspx page. Its code behind contain a public function which calls a java script function in the same page.
Now my requirement is I need to make this as a dll and call this public function from another web application. I am confused because I am not sure how the javascript code renders here. I have even tried to make the aspx page build property as Embedded Resource.
But is not working. Any solution?
Thanks.
Go to the complete details ...