How to Verify EVEN or ODD Number Using C#

In this tutorial, let’s learn how to verify the Even or Odd number using C#. This is just a simple program that you can easily understand and work on. For verifying whether the number is an Even or Odd, all you have to do is simply input any number that you like then press ENTER to execute the program and the result will tell you if it’s an Even or Odd number.

How to Save an Image in the MySQL Database Using C#

This one is the continuation of my previous tutorial which is How to Load an Image from the Local Directory into the PictureBox in C#. This tutorial will show you how to save an image in the mysql database using c#. In this method you will be able to save any image that you like that is available from the Local Directory to MySQL Database. See the procedure below.

BCCT Web Portal

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

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#

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

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

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