Click here to Skip to main content
15,881,204 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
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?
Posted
Comments
R. Giskard Reventlov 9-Jul-10 11:47am    
Do you mean a web site that looks like a winforms application or do you mean to embed a winforms application into an asp.net web application? Please clarify.
Imranfints 11-Jul-10 5:04am    
Ya... If you have seen Mercury Quality Center. in a single page we do all the navigations without moving to second page...
it is like embeding a Windows application in ASP.NET

1 solution

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.
 
Share this answer
 
Comments
Imranfints 10-Jul-10 4:52am    
I am using VS2005. how i can make in that. actually i want to make a application like cognos which can be accessed via internet from Browser. as when we make an windows application it becomes standalone app. so i thought of integrating the windows application to web application as it. so that the look and feel of the windows application is asme in Web application without changing any features.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900