Search results for query: *

  • Users: myNameRon
  • Content: Threads
  • Order by date
  1. M

    WebView2 - javascript link

    Hi, I'm trying to switch from using webBrowser to webView2 control, in my WinForm application. With webBrowser, I'm able to capture the URL of a link (when clicked) on the webpage., even if it's javascript (javascript:_doPostBack('btnCancel','')) via the webBrowser1_Navigating event (e.URL)...
  2. M

    Resolved WinForm - SQL transaction.Commit() waiting to complete?

    Creating a WinForm (C#.NET 4.6). I believe this is more of a C# coding question than a SQL question? I'm saving data to a SQL Server database. My C# code is using "transaction.Commit()", so I can perform a "transaction.Rollback()" if there's an issue. My code is looping through rows of a...
Back
Top Bottom