Connecting Tech Pros Worldwide Forums | Help | Site Map

Converting Windows Form into Web Form

atif
Guest
 
Posts: n/a
#1: Nov 22 '05
Hi All


Can we convert Windows Forms into Web Forms and/or vise versa?
I have heard that this is possible through some third party tool, i m
not sure.


if yes then how much it will cost,
i mean,


what if my Windows Form contains few codes related to Threads then will

it also be there when the form will be converted into Web Form?


what if it only contains Database based codes then will it be converted

completely?


Ofcourse there would be certain loss of those properties of the
controls which are not in Web Forms


the topic requires a detailed discussion,ofcourse.


Regards
Thanks


Olaf Baeyens
Guest
 
Posts: n/a
#2: Nov 22 '05

re: Converting Windows Form into Web Form


> Can we convert Windows Forms into Web Forms and/or vise versa?[color=blue]
> I have heard that this is possible through some third party tool, i m
> not sure.
>[/color]
I think you want a Smart Client.
Web forms are actually dynamic created HTML code to be viewed in a browser.
The customer does not need the .NET framework installed.

Smart clients are executables stored on a server that gets downloaded and
executed on your local computer, but the user must have the .NET framework
installed.

Converting Windows forms to Web forms is complicated and probably a complete
different design.

--
http://www.skyscan.be


Closed Thread