How to Make a C# Client App for an SQL Server Database with ASP.NET using JQuery and AJAX
HTML-код
- Опубликовано: 10 фев 2025
- This video is focused on creating a C# client application that can access and retrieve data from an SQL Server Database. This video builds off of my previous video that detailed how to create a SQL Server Database in SQL Server 2019. This ASP.NET Application is built on the .NET Framework and written in the C# programming language. JQuery and AJAX are used to access the database and populate an HTML table with the response data of the database. Enjoy, and Thanks for Watching!!!
For questions, comments, suggestions please join my discord server: / discord
The link to the JQuery code library can be found here: code.jquery.co...
The link to the github repository for the code shown in this video can be found here: github.com/vmi...
@Vere Miller everything worked until I launched the browser. It does not want to pull any data when I type in the pet Id. Any idea how to fix it?