How to Make a Visual Basic Client App for an SQL Server Database with ASP.NET using JQuery and AJAX
HTML-код
- Опубликовано: 10 фев 2025
- This video is focused on creating a Visual Basic (VB) 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, and the video just like this one but with the C# programming language rather than the VB language. This ASP.NET Application is built on the .NET Framework and written in the Visual Basic 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...
gracias por el video la informacion me fue util, muchas gracias.
Sir where is server and client desktop software in 2 computers in 1 software using vb.net not asp.net sir
The server is the database and the client is the VB program that accesses the server database. You might need to watch the other two videos that I posted in this series to understand how the database is setup and how the client application accessed the server database