integrate winforms with asp.net

Hi all,
I have a Visual studio 2005 winform application that gets input from
users using windows forms and the application has to output
the current state (some simple variables) to two other screens
for users that are located in another two rooms.

These two output screens are in ASP.NET. (The rest is winforms)
Must I use .NET remoting???
Is there a simple way to connect between these two kinds of forms?
The two different kinds of forms share only one function which
is called by the C# to the ASP.NET for fetching several fields
from the DB.
Can the integration be done by some kind of reference tool in VS2005?
Thanks for your answer!
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories