C
File Handling in C
Definition of File Handling in C File handling in C is the process of creating, opening, reading, writing, appending, updating, and closing files using a C program. A file represents a sequence of bytes on the disk where a group of related data is stored, ending with an end-of-file marker. Read more…
![]()
VB .Net Codes
Report Code in VB .NET 2013
Example : A Datagrid View Print Report in VB .NET 2013. Fig. Design Mode Report Fig. Run Mode Report Fig. Final Mode Report after clicking the Print button
![]()
VB .Net Codes
Login Form in VB .Net 2013
Example : A Login Form code to open the MDI parent page in VB .NET 2013. Example : A Change Password Form code in VB .NET 2013. Example : A ForgotPassword Form code in VB .NET 2013.
![]()
JSP
Dashboard/Home Page Code in JSP
Example : A complete (Left Side Panel Menu) Dashboard/Home Page code in JSP. NB : Dashboard Home page appears after successful Login or Validation. Example : A complete (Top Menu without Sliders) Dashboard/Home Page code in JSP. NB : Dashboard Home page appears after successful Login or Validation. Example : Read more…
![]()
Php Proj
Image and PDF Code in Php
Example : Php code to Save, Edit, Search, and Delete Image and PDF files in a MySQL Database. ———————————————————————————-create database and table in MySql database as -CREATE DATABASE filedb;USE filedb;CREATE TABLE imagefile ( slno5 INT AUTO_INCREMENT PRIMARY KEY, name5 VARCHAR(100), mobile5 VARCHAR(15), email5 VARCHAR(100), photo5 VARCHAR(255), pdf5 VARCHAR(255));NB: Also, create Read more…
![]()
Java Project
Login Form in Java
Example : How to validate and open an MDI page after a successful Login in Java?
![]()