VB.NET - Student Information System Project In VB.Net And MySQL Database [With Source Code] Part 15

4,065 views · Published 19 March 2018 · 7:03 · Indexed 20 September 2026

Channel: 1BestCsharp blog · 2018 · Education

Watch on YouTube

Student Mangement System Project Using Visual Basic.Net And MySQL PART 15

next part: https://www.youtube.com/watch?v=k0wz7zpCItA

All My Programming Projects Here --- http://bit.ly/2HrU8hK

My Source Code Store --- http://bit.ly/2OsC0TU

VB.Net Course -- http://bit.ly/2wnNiVt


Programming Projects:
http://1bestcsharp.blogspot.com/p/programming-projects.html

Follow us on Facebook: https://facebook.com/1BestCsharpBlog

twitter: https://www.twitter.com/1BestCsharp_ 

subscribe: http://goo.gl/nRjPKk


In this vb.net project tutorials serie we will see how to create a basic student informations management system using vb.net with visual studio and mysql database
before starting this serie you must :
- learn first vb.net core
- download and install visual studio
- have some knowledge in database
- downoad and install XAMPP or WAMPP server(we will use XAMPP)

and while creating this vb.net project we will see how:
- design and create a login form so the users can enter a password and a username , if the username or password are incorrect show an error message, else show a main form
- the user can show and hide password characters using a checkbox control.
- in the main form the user will see a menu and he can choose what to do next.

The Student Part
- in the manage student the user can add a new student,update student,remove student,
- a datagridview populated witth student records,
- if the user select a row from datagridview the selected student data will be displayed into textboxes and gender in radiobutton
(radiobutton to manage the student gender male or female)
- a label with the total students in the database
- a from to show the total students and percentage of male and female

The Course Part
- in the manage courses the user can add a new course,update course,remove course,
- a listbox populated witth courses names,
- if the user select an item from listbox the selected course data will be displayed into data fields 
- a label with the total courses in the database
- a navigation buttons to go to the first, next, previous, last.

The Score Part
- in scores you can add a score to a student for a course,
- remove a student score for a course,
(you can not edit a student score to do that you have to delete it and reenter a correct data)
- a datagridview to show the scores and the students records
- show average score by course. 

NOTE: if we delete a student or a course all scores associated with them will be also deleted

subscribe for more tutorials

VB.Net - How To Insert Update Delete Search Display Images From SQL SERVER 2014 [With Code] Part 1
https://www.youtube.com/watch?v=0T_hMrB2KqI

Datagridview Header In Visual Basic.Net 
https://www.youtube.com/watch?v=5vUfGuot8ms

Get Mouse Coordinates
https://www.youtube.com/watch?v=Mr0PJcTR7M0

VB.NET And MySQL Database Tutorials:

Connect MySQL Database To Visual Basic .Net:
https://www.youtube.com/watch?v=dObsPynYdO0

Populate Datagridview:
https://www.youtube.com/watch?v=BxjY1kIPy_4

Populate ComboBox:
https://youtu.be/GpRdQ9oAVoU

Populate ListBox:
https://youtu.be/MC6jdMy14tM

Visual Basic.Net Show Date MySQL Database:
https://youtu.be/v4TW_bcAOcg

Display Data From MySQL Depending On Combobox Value:
https://www.youtube.com/watch?v=h3uq4DB6Ldc

Insert Data:
https://youtu.be/Tu5Pe1tQswg

Update Data:
https://www.youtube.com/watch?v=te1KIcv0318

Search Data:
https://www.youtube.com/watch?v=6QeHcPh2G1Y

Delete Data:
https://youtu.be/8DqUdKTfswQ

Insert Update Delete Search In MySQL Database:
Part 1: https://www.youtube.com/watch?v=nDYNomQge7E
Part 2: https://www.youtube.com/watch?v=VUviWo55Wn8

Search Data In MySQL Between 2 Date:
https://www.youtube.com/watch?v=xF6OLZlZ8Ss

Insert Image:
https://www.youtube.com/watch?v=VL-GzIgL7Pg 

ExecuteScalar (COUNT, MAX, MIN, AVG):
https://www.youtube.com/watch?v=E_MLJ7ClI6U

Retrieve Image:
https://www.youtube.com/watch?v=aV8pRDhhZJA

Update Image:
https://www.youtube.com/watch?v=OQvYWuWz41c

Insert All DataGridView Data:
https://www.youtube.com/watch?v=vnb-0zixxfE

Add Item To MenuStrip From MySQL:
https://www.youtube.com/watch?v=Vt91qq50Zmc

Create Menu from MySQL Database Using Visual Basic .Net:
https://www.youtube.com/watch?v=qxLqlA6HiYA

Using Stored PROCEDURE:
https://www.youtube.com/watch?v=t3Shg3OCVc0

Share This Video:
https://youtu.be/JLBqLwTt-74

More from this channel