I have some data in my window forms in dotnet i want to call a html page from that window and display that data too on that html page is this possible
???????

use javascript if you are calling another browser window as you cannot pass data to another browser window. The server cannot see browser windows and therefore cannot distinguish where to send any information this way. javascript is your only option if this is what you want to achieve.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.