Click here to Skip to main content
15,893,668 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello Sir,

I have to develop one project. In that project I will use C#, SQL Server 2005 in Visual Studio 2005.

This project is Window Based Application.

Can I use jQuery/javascript in this project?

Kindly send me answers at also wasimikukwa@gmail.com

Thanks.

Regards,
Wasim Kukwa
9870831352
Posted

ROTFL !!!! That's brilliant. Posting your email address is stupid. The site will mail you any replies, and not spam you.

I would suggest you need to do some basic research to understand the tools you are using. js and jQuery run in a browser, and are typically used to try to come closer to the sort of rich experience that winforms apps can offer. If you're not in the browser, no you can't use javascript.
 
Share this answer
 
Stop putting your email address in questions... that's just dumb.

You can create a browser object inside of a Windows Forms application. You can then inject JavaScript into the webpage you display in that browser object. The JavaScript and C# code can communicate with eachother. The site displayed in the browser object could just be HTML code, so you don't necessarily need an internet connection to run your application.

Why you asked about using jQuery and JavaScript in a Windows Forms application, I have no idea.
 
Share this answer
 

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