Admission System Code
Admission System Code
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace Addmission_System
{
public partial class frmAddmission : Form
{
public frmAddmission()
{
InitializeComponent();
}
LstSeats.Items.Add("Open Merit");
LstSeats.Items.Add("Special Qouta");
LstSeats.Items.Add("Sports");
LstSeats.Items.Add("FATA Seats");
LstSeats.Items.Add("Employee Seats");
LstSeats.Items.Add("Oversease Seats");
LstSeats.Sorted = true;
lstDegree.Items.Clear();
if(chkHafiz.Checked)
{
go = go + 20;
}
if(chkCS.Checked)
{
go = go + 10;
}
mp = (mo * 100) / mt;
ip = (io * 100) / it;
gp = (go * 100) / gt;