Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Andrzejek on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to share Code-behind DLL?

Status
Not open for further replies.

Sidro

MIS
Sep 28, 2002
197
US
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top