is there is any possibility to work with jquery ajax in windows forms.....for some search in page....
if possible,any one can provide the samples or links here.
Thanks in advance.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Tuhin PaulPosted Mar 16, 2023, 2:23 PM
In my above code we first navigate the WebBrowser control to a blank page, and then write HTML code that includes a reference to the jQuery library. We then use the Document.InvokeScript method to execute a JavaScript code that uses jQuery to load the search results from a URL and displays an alert message when the search is completed.
The Document.InvokeScript method can be used to execute any JavaScript code, so you can use it to make any AJAX call using jQuery or any other JavaScript library.
Tuhin PaulPosted Mar 16, 2023, 2:22 PM
Hello,Yes, it is possible to use jQuery AJAX in Windows Forms applications using the WebBrowser control. Here's a sample code snippet that demonstrates how to make a jQuery AJAX call in a Windows Forms application
Rajeev KumarPosted Mar 16, 2023, 10:43 AM
No we ca'nt use jquery in winform.
Joginder BangerPosted Nov 12, 2014, 7:53 AM
Pradeep ShetPosted Nov 12, 2014, 7:39 AM