I have WebBrowser control on a winform. WebBrowser control shows an aspx page that has a GridView.
WinForm also has a grid on both FSPX pages, the WFFFrame and Grid on Gridview draws data from the same table in the same database. This idea occurs when I select a line on the window, it should be sealed on the ASPX page, without the user pressing the F5 / Refresh key. And when a line on the ASPX page is selected then it is selected on the WinFfix grid.
I have thought that I would use a webservice with both aspex pages and win-win encryption. I think this is the best way to solve the problem, as long as there is no other way. The problem is, I have very new ASP and C # and events such as Webcoroxic are also very unfamiliar areas.
-
How can I write such an incident in the website?
-
How can I subscribe to ASPX page?
-
How do I get it on Winform?
Please
thanks
Desire What are you trying to achieve to achieve this, it is very easy to achieve? When you select items in your Client app, a Javascript event in Webbroser Control sets it out to fire ...
A basic summary of this approach is that the container App WinForms a) is able to access the content of webbroser control to fire the JS event on the embedded page. Using the same methods, JS is also able to communicate back to the client app in web browser control, so you need not have trouble trying to write a service to enable that communication channel.
Comments
Post a Comment