将Windows应用程序集成到ASP.NET C#中的Web应用程序中

将Windows应用程序集成到ASP.NET C#中的Web应用程序中

问题描述:



我见过cognos Web应用程序,就像在浏览器中运行的Windows应用程序一样.

如何制作这样的Web应用程序.例如,我有一个接受用户数据并根据搜索将其显示为基于Windows的应用程序的表格..现在,我必须使用ASP.NET C#将此应用程序集成到网站中.

Hi,

I have seen cognos Web application which is like a windows application working in Browser.

how to make a web application like that. for example i have a form which accepts user data and displays them according to search as windows based application.. now i have to integrate this application into a web site using ASP.NET C#

how to make a similar kind of website?

Cognos不会使用Windows应用程序并在浏览器中运行它们,这是一个完全不同的平台,发展.

如果要在Windows和Web上运行应用程序,请使用Expression Blend或VS2008/2010在Silverlight中构建应用程序.

干杯.
Cognos doesn''t take Windows applications and run them in a browser, it''s an entirely different platform for development.

If you want to run apps on both Windows and the web, build your application in Silverlight using Expression Blend or VS2008/2010.

Cheers.