BCCT Web Portal

Submitted by Jonel Gregorio on
BCCT WEB PORTAL "ADMIN"; - Insert/Edit/Delete Account Admin - Insert Student - Insert Professor - View Student to Edit/Delete - View Teacher to Edit/Delete - Grades to Edit/Delete - Add Subject - Add Event - Add School Year and Semester "TEACHER" -search student number for encode -buttons for teacher student grade list "student" -student select year & semester to view grade

Invoice generation application in EXCEL

Submitted by Rajan on
A beautiful Invoice Generating Application in Microsoft Excel, create and save PDF format for invoice copy in current working directory. And excel copy also in current directory for future edit. A menu driven application truely professional style. Password : 123 all comments to : [email protected] Pls send your comments to [email protected] regarding Why you doesnot like ? Why you like ? so that

How to Search Data in the DataGridView Using a ComboBox in C#

Submitted by janobe on
Searching data is very important most especially if you have a lot of data stored in the database. In this way, it will be easier for you to search the data that you need. So, in this tutorial, I will teach you how to search data in the datagridview using a combobox in c# and MySQL database. I based this on my last tutorial which is How to Fill Data in a ComboBox Using C# and MySQL Database because of their similar method.

Sequence and Series Calculator

Submitted by jatbio on
This VB .Net program requests only inputs from the user. The system can be use to solve both geometric and arithmetic progression. For arithmetic progression, the system can find the term of arithmetic progression and the sum of arithmetic progression. For geometric progression, the system can find the term of geometric progression and the sum of geometric progression.

Create a Chart and Export Data from the DataGridView into Excel

Submitted by Thongkorn on
This code sample will randomly generate the data set, then put into the DataGridView. The data from the Grid table is generated in the Chart. There are three types: Column, Line, and Point. I used the @Run Time method to create Legends and Series. In addition, I gave the code to send data to Excel (Line-By-Line) as well. Visual Basic .NET (2010) + MS Excel 2010 Thank You. I hope this sample

How to Fill Data in a ComboBox Using C# and MySQL Database

Submitted by janobe on
In this tutorial, I will teach you how to fill data in a combobox using c# and mysql database. This method is so useful when you retrieve all the data in the column of the table in the database, to use it for the selection field in the registration form of the system. Just simply follow the step below to see how it works.