Hi,
Suppose I have 2 webApp. Each webApp has its own code-behind DLL file. Now, how do I share and exchange values, call methods between the 2 code-behind DLLs?
For instance,
WebApp1 code-behind DLL wants to call a method or access a variable in
WebApp2 code-behind DLL. How do I do that? Could you please provide an example? Thankx in advance.
Suppose I have 2 webApp. Each webApp has its own code-behind DLL file. Now, how do I share and exchange values, call methods between the 2 code-behind DLLs?
For instance,
WebApp1 code-behind DLL wants to call a method or access a variable in
WebApp2 code-behind DLL. How do I do that? Could you please provide an example? Thankx in advance.