SlideShare a Scribd company logo
Irish Interdisciplinary Journal of Science & Research (IIJSR)
Vol 6, Iss 4, Pages 19-27, October-December 2022
ISSN: 2582-3981 www.iijsr.com
19
Student Check-in Kiosk for Institutions Using Asp.net
Mr. D.A. Savindu Manilka Dewpuraarachchi1*
& Mr. Mohammad Sameer Baig2
1
UG Level-5 Information Technology, 2
Project Coordinator, 1,2
Al Shabaka Institutional Academy, United Arab Emirates.
DOI: https://doi.org/10.46759/IIJSR.2022.6403
Copyright © 2022 D.A. Savindu Manilka Dewpuraarachchi. This is an open access article distributed under the terms of the Creative Commons Attribution
License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited.
Article Received: 24 August 2022 Article Accepted: 28 October 2022 Article Published: 21 December 2022
░ 1. AIM OF THE STUDY
The initial aim for this study was to create an attendance check in system. But I decided that instead of only adding
a simple attendance record system; I am capable of implementing a student kiosk in form of a ASP.NET web form
portal. My goal was to develop this Student Kiosk for Al Shabaka Technical Institute located in the heart of Al
Quasis, Dubai. Kiosk’s technology utilizes touch-based interfaces for easy access and interaction, to improve
efficiency of university processes, communication between students and university administration. It will also
simplify various day to day operation and enhance the experience of the students and university staffs alike.
░ 2. PURPOSE OF THE STUDY
During my academic years in this institute, I have observed and felt it was something missing in our campus
premises. Since ASTI Academy mainly focuses on practical based learning, I questioned myself; why are we still
following old fashioned documentations? Shortly I gathered up my ideas and aimed to develop a student kiosk.
Building a KIOSK for Al Shabaka Technical Institute can be advantageous for both students and staff. Providing
correct information and having a fast moving, smooth environment is a key to success for any organization. As we
are now in 21st
century every one of us are exposed to Information Technology. In this digital era information can
sometimes be best provided in a digitized and interactive way.
░ 3. STUDY SCOPE
With proper fundings and frame work design this study can be moved as a high tech portal where more options can
come along with the options which are already present. If it gets the opportunity to be developed as university
portal; I believe it will be with high scope and demand. If so we wont be needing to use any out source platforms to
manage the academic progress as these KIOSKs will be able to handle those out as well.
In this digital era technology of KIOSKs are believed to be a straight forward ideology that it can be modified/
customized easily according to the client’s convenience and requirements. My study outlines and provides the
students with registration tools, academic information access, attendance markings. It can be implemented within
educational training centers, Institutes, classrooms and maybe even in schools or universities.
ABSTRACT
This paper displays the possibility, applicability and usage of developing a user-friendly customized student KIOSK for educational centers. This study showcases how
we are able to optimize our defined resources to get a decent outcome which can be very useful and has higher chances of updating.
Keywords: Applicability; Optimize; Customized; Markup; ASP.NET; Rational; Kiosks; Cascading; Validation; Navigated.
Irish Interdisciplinary Journal of Science & Research (IIJSR)
Vol 6, Iss 4, Pages 19-27, October-December 2022
ISSN: 2582-3981 www.iijsr.com
20
░ 4. LITERATURE REVIEW
Usage of proper touched based KIOSK’s which are connected to a backend server or a block of code, helps the user
to carry out numerous tasks by themselves without getting help from people who are physically present at those
premises.
Touch based KIOSKs are being used in many industries or businesses. Such as in Bank, Restaurants, Hospitals,
shops, malls, Kiosk systems for blind people, Education and in many other lines of works. As mentioned,
popularity of tablet computers and touch enabled laptops are almost similar to KIOSKS are used as proof of this
point.
GUI based interactive KIOSK provides the easy access to various services. Kiosks may provide Internet access for
web, but KIOSKS do not provide all tasks like a Personal Computer. They perform only a few designed tasks and
optimized for remote management in most of the scenarios.
░ 5. USAGE OF TOOLS AND PLATFORMS
Hyper-Text Markup Language (HTML)
The Hyper Text Markup Language or HTML is the standard markup language for documents intended to be shown
in a web program. It can be altered using internal or external innovation such as CSS and Java Script. Web browsers
get HTML documents from a web server or from neighborhood capacity and render the documents into media web
pages. HTML can implant programs written in an employed language for example for my study I have used C#.
This influences the way of behaving and content of web pages.HTML was employed in the front-end design of the
KIOSK. Several tags were used alongside the ones provided by ASP.NET. Cascading style sheets were also
employed.
ASP.NET
ASP.NET web forms have been used to make up the KIOSK. It was engaged in the back-end design of this study. It
helped to supply server controls which includes the HTML server controls as well as SQL server controls which I
have explained below.
I have also implemented ASP.net web server controls as well as the Validation Server Controls (for input
validation). Most of the controls in ASP.NET were employed in this study. I have considered the security of my
web form in a ordinary manner. I was able to provide its security by using Login control (which provides login
functionality), LoginStatusControl (to control the login status), the LoginName control (to display the current
user’s name), a LoginView control, to provide different views depending on login status.
C sharp Language (C#)
C# was employed as the programming language for back-end coding file. C# has been used for button click events,
Event handlers, As well as connection strings for SQL database. C# makes it easy to employ all of the web pages
and KIOSK application as a whole. In addition to ASP.NET packages and SQL servers being used as backend
functions C# can also be used to implement methods.
Irish Interdisciplinary Journal of Science & Research (IIJSR)
Vol 6, Iss 4, Pages 19-27, October-December 2022
ISSN: 2582-3981 www.iijsr.com
21
Microsoft SQL Server 2018
This is the relational database management server that is used in the portal. It stores data in the form of tables
Basically, there are twelve unique versions of Microsoft SQL Servers to be found on internet today. Each of the
versions target various markets. This depends on little single-machine applications to huge Web confronting
applications with numerous simultaneous clients. In order to accomplish my backend server requirement, I have
used Microsoft SQL Server Management 2018
░ 6. WORKING PRINCIPLE
Working of student kiosk application runs through various sections of ASP.NET. The client is able to run the .sln
extension file from any of the debugging operands. For this instance, I have used Google Chrome as the debugging
operator. As soon as debugging starts the Home.apsx file gets executed as it my first page load option. Then the
user is navigated into the Kiosk’s Home page providing them with two login options.
If the client is a registered student he or she should click on “Student Login” button. Instantly it opens up “Student
Login.aspx” and provides the option to type in the Student ID and Password.
If the user is a new user (student) he or she is provided with sign up option. When user clicks on “Sign up” it opens
up “Student Registration.aspx” file. The client is able to view four text boxes, four labels and two buttons. When
the required fields are entered data gets fetched towards the backend SQL Database. The connection string added in
backend C# code allows the users to complete the registration process successfully. Users gets to view a feedback
message as well. Upon successful login the students gets navigated towards the “StudentDashboard.aspx”
6.1. Using the KIOSK
Figure 1.1. Home Screen
Figure 1.2. Log in Screen
Irish Interdisciplinary Journal of Science & Research (IIJSR)
Vol 6, Iss 4, Pages 19-27, October-December 2022
ISSN: 2582-3981 www.iijsr.com
22
Figure 1.3. Student Dashboard
Figure 1.4. Attendance Portal
When a student logs in they are navigated towards the student dashboard (Fig. 1.3) then they are capable of
selecting any of the relevant buttons in order to fulfill their requirement. Initial objective of this study was to
develop an attendance marking portal for the students; as shown in Fig 1.4 now students are able to mark their
attendance by just a click away. The HTML div tags and C# labels displays a welcome message and a calendar
along with a checkbox property stetted to mark the attendance. When the user clicks on submit Button. “BtnSub”
the relevant data gets passed on the SQL Database through the connection string pre-established.
Figure 1.5. Attendance Portal – Techers View
You may cross paths with the thought of “What if students add fake or duplicate attendance records”. There is no
need to worry as you can see in Fig 1.5 the attendance records which students add gets viewed and verified by
admins before they gets added to the main attendance database (Fig.1.6)
Figure 1.6. Attendance Database
Irish Interdisciplinary Journal of Science & Research (IIJSR)
Vol 6, Iss 4, Pages 19-27, October-December 2022
ISSN: 2582-3981 www.iijsr.com
23
Declarations
Source of Funding
This research did not receive any grant from funding agencies in the public, commercial, or not-for-profit sectors.
Competing Interests Statement
The authors declare no competing financial, professional, or personal interests.
Consent for publication
The authors declare that they consented to the publication of this research work.
References
[1] Zameer, Ahmed & Ambreen, Sadaf & Muhammad, Nazrul & Mohammadi, Mohammad. (2017). Developing
KIOSKs-Touch Based Interactive Information System. International Journal of Computer Science and Information
Security (IJCSIS), 15: 166-177.
[2] Adewale, Adeyinka. (2013). Design and Development of a University Portal for the Management of Final Year
Undergraduate Studys. International Journal of Engineering and Computer Science, 2: 2911-2920.
[3] A tour of C#-Overview. Microsoft Learn. https://learn.microsoft.com/en-us/dotnet/csharp/tour-of-csharp/
[4] What is Visual Studio? Incredibuild. https://www.incredibuild.com/integrations/visual-studio.
[5] What is Web Forms. (2022). Microsoft Learn.
[6] https://learn.microsoft.com/en-us/aspnet/web-forms/what-is-web-forms.
[7] Wikipedia contributors. (2022). Microsoft SQL Server. https://en.wikipedia.org/wiki/Microsoft_SQL_Server.
[8] www.youtube.com. C# Tutorial - How to Connect and Use Local Database in Visual Studio 2019 | FoxLearn.
[online] Available at: https://www.youtube.com/watch?v=mgtfxtjKoaA.
Appendix - A
Source Code of Home.aspx
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Home.aspx.cs"
Inherits="Asti_Portal.Home" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
<style type="text/css">
.auto-style1 {
Irish Interdisciplinary Journal of Science & Research (IIJSR)
Vol 6, Iss 4, Pages 19-27, October-December 2022
ISSN: 2582-3981 www.iijsr.com
24
width: 100%;
}
</style>
</head>
<body style="background-image:url('background1.jpg'); background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;">
<form id="form1" runat="server">
<div style="margin:0px 450px 20px 480px">
<asp:Label ID="lblTitle" runat="server" ForeColor="#FF3300" font-size="Large"></asp:Label>
</div>
<div style="margin:20px 450px 20px 450px">
<asp:Image ID="Image1" runat="server" ImageUrl="~/Astii.jpg" Width="400px" />
</div>
<div style="margin:0 450px 20px 450px">
<asp:Button ID="btnStudent" runat="server" BorderStyle="Solid" ForeColor="#FF0066"
OnClick="btnStudent_Click" Text="I am Student" Width="200px" Height="50px" />
<asp:Button ID="btnTeacher" runat="server" BorderStyle="Solid" ForeColor="#FF0066"
OnClick="btnTeacher_Click" Text="I am Teacher" Width="200px" Height="50px" />
</div>
</form>
</body>
</html>
Appendix - B
Source Code of Student Login.aspx
%@ Page Language="C#" AutoEventWireup="true" CodeBehind="StudentLogin.aspx.cs"
Inherits="Asti_Portal.StudentLogin" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
<style type="text/css">
.auto-style1 {
width: 100%;
Irish Interdisciplinary Journal of Science & Research (IIJSR)
Vol 6, Iss 4, Pages 19-27, October-December 2022
ISSN: 2582-3981 www.iijsr.com
25
height: 242px;
}
</style>
</head>
<body style="background-image:url('background1.jpg'); background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;">
<form id="form1" runat="server">
<center><h1 style="color:#FF3300">Welcome to Student Kiosk </h1></center>
<div style="margin:20px 450px 20px 450px">
<asp:Image ID="Image1" runat="server" ImageUrl="~/Astii.jpg" Width="400px" />
<h2 style="color:#FFffff">Student Login</h2>
</div>
<div style="margin:20px 450px 20px 450px">
<asp:Label ID="Label1" runat="server" Text="Student ID" ForeColor="#FF3300" Width="200px"
Height="50px"></asp:Label>
<asp:TextBox ID="txtStudentID" runat="server" Width="200px" Height="50px"></asp:TextBox>
<asp:Label ID="Label2" runat="server" Text="Password" ForeColor="#FF3300" Width="200px"
Height="50px"></asp:Label>
<asp:TextBox ID="txtPassword" runat="server" TextMode="Password" Width="200px"
Height="50px"></asp:TextBox>
<br />
<asp:Button ID="btnLogin" runat="server" BorderStyle="Solid" ForeColor="#FF3300" Text="Login"
Width="200px" Height="50px" OnClick="btnLogin_Click" />
<br />
<asp:LinkButton ID="btnSignUp" runat="server" OnClick="LinkButton1_Click">Sign up</asp:LinkButton>
<br />
<asp:Label ID="lblmessage" runat="server" ForeColor="Red"></asp:Label>
</div>
<asp:Panel ID="Panel1" runat="server">
</asp:Panel>
</form>
</body>
Irish Interdisciplinary Journal of Science & Research (IIJSR)
Vol 6, Iss 4, Pages 19-27, October-December 2022
ISSN: 2582-3981 www.iijsr.com
26
</html>
Appendix - C
Source Code of Teacher Login.aspx
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Data;
using System.Data.SqlClient;
using System.Configuration;
using System.Web.Security;
namespace Asti_Portal
{
public partial class TeacherLogin : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
protected void btnLogin_Click(object sender, EventArgs e)
{
SqlConnection con = new
SqlConnection(ConfigurationManager.ConnectionStrings["ASTIConnectionString"].ToString());
try
{
string uid = txtteacherID.Text;
string pass = txtPassword.Text;
con.Open();
string qry = "select * from TeacherRegistration where TeacherId='" + uid + "' and TeaPassword='" + pass + "'";
SqlCommand cmd = new SqlCommand(qry, con);
SqlDataReader sdr = cmd.ExecuteReader();
if (sdr.Read())
{
Response.Redirect("~/TeacherDashboard.aspx");
Irish Interdisciplinary Journal of Science & Research (IIJSR)
Vol 6, Iss 4, Pages 19-27, October-December 2022
ISSN: 2582-3981 www.iijsr.com
27
}
else
{
lblmessage.Text = "User Id & Password Is not correct Try again..!!";
}
con.Close();
}
catch (Exception ex)
{
Response.Write(ex.Message);
}
}
}
}
--------------------------------------------------------------------------------------------------------------------------

More Related Content

Similar to Student Check-in Kiosk for Institutions Using Asp.net

Internship-Report-VitulChauhan-18132023-IT_CRUD-OPERATION.pdf
Internship-Report-VitulChauhan-18132023-IT_CRUD-OPERATION.pdfInternship-Report-VitulChauhan-18132023-IT_CRUD-OPERATION.pdf
Internship-Report-VitulChauhan-18132023-IT_CRUD-OPERATION.pdf
VitulChauhan
 
Online Admission Management System
Online Admission Management SystemOnline Admission Management System
Online Admission Management System
ijtsrd
 
An Effective Online Food Order Application System using Asp .Net Core 3.1 Fra...
An Effective Online Food Order Application System using Asp .Net Core 3.1 Fra...An Effective Online Food Order Application System using Asp .Net Core 3.1 Fra...
An Effective Online Food Order Application System using Asp .Net Core 3.1 Fra...
ijtsrd
 
resume
resumeresume
resume
T.J. Yan
 
Smart buckets ppt
Smart buckets pptSmart buckets ppt
Smart buckets ppt
kiran Patel
 
Android app for hostel outpass form
Android app for hostel outpass formAndroid app for hostel outpass form
Android app for hostel outpass form
IJARIIT
 
qadeer intern report.pdf
qadeer intern report.pdfqadeer intern report.pdf
qadeer intern report.pdf
QadeerAhmadShaikh
 
MobileStore.pptx
MobileStore.pptxMobileStore.pptx
MobileStore.pptx
AkashChourasiya13
 
Vittal_CV
Vittal_CVVittal_CV
Vittal_CV
Vittal V
 
Creation Of Social Group in Full Stack Progressive Apparel Purchasing Web App
Creation Of Social Group in Full Stack Progressive Apparel Purchasing Web AppCreation Of Social Group in Full Stack Progressive Apparel Purchasing Web App
Creation Of Social Group in Full Stack Progressive Apparel Purchasing Web App
IRJET Journal
 
Yelpcamp: A review based website for campgrounds
Yelpcamp: A review based website for campgroundsYelpcamp: A review based website for campgrounds
Yelpcamp: A review based website for campgrounds
IRJET Journal
 
A Survey on Knowledge Base: An Internal Platform to Exchange Technical Questi...
A Survey on Knowledge Base: An Internal Platform to Exchange Technical Questi...A Survey on Knowledge Base: An Internal Platform to Exchange Technical Questi...
A Survey on Knowledge Base: An Internal Platform to Exchange Technical Questi...
IRJET Journal
 
Development of Android Based Mobile App for PrestaShop eCommerce Shopping Ca...
Development of Android Based Mobile App for PrestaShop eCommerce  Shopping Ca...Development of Android Based Mobile App for PrestaShop eCommerce  Shopping Ca...
Development of Android Based Mobile App for PrestaShop eCommerce Shopping Ca...
IRJET Journal
 
E commerce Website for Books Store
E commerce Website for Books StoreE commerce Website for Books Store
E commerce Website for Books Store
ijtsrd
 
PPT NEWS PORTAL (2) (1).pptx
PPT NEWS PORTAL (2) (1).pptxPPT NEWS PORTAL (2) (1).pptx
PPT NEWS PORTAL (2) (1).pptx
RahulMansotra1
 
Fayaz_CV
Fayaz_CVFayaz_CV
Fayaz_CV
Fayaz Khan
 
NCI School of Computing Project Showcase 2014
NCI School of Computing Project Showcase 2014NCI School of Computing Project Showcase 2014
NCI School of Computing Project Showcase 2014
ckennedynci
 
9 Biggest Reasons to Invest in CodeIgniter Development Services.pdf
9 Biggest Reasons to Invest in CodeIgniter Development Services.pdf9 Biggest Reasons to Invest in CodeIgniter Development Services.pdf
9 Biggest Reasons to Invest in CodeIgniter Development Services.pdf
sheshamohanty2023
 
Sabarish_php_resume
Sabarish_php_resumeSabarish_php_resume
Sabarish_php_resume
sabarish K
 
In-Flight Infotainment and e-Shopping App | iPad App for shopping
In-Flight Infotainment and e-Shopping App | iPad App for shoppingIn-Flight Infotainment and e-Shopping App | iPad App for shopping
In-Flight Infotainment and e-Shopping App | iPad App for shopping
Mike Taylor
 

Similar to Student Check-in Kiosk for Institutions Using Asp.net (20)

Internship-Report-VitulChauhan-18132023-IT_CRUD-OPERATION.pdf
Internship-Report-VitulChauhan-18132023-IT_CRUD-OPERATION.pdfInternship-Report-VitulChauhan-18132023-IT_CRUD-OPERATION.pdf
Internship-Report-VitulChauhan-18132023-IT_CRUD-OPERATION.pdf
 
Online Admission Management System
Online Admission Management SystemOnline Admission Management System
Online Admission Management System
 
An Effective Online Food Order Application System using Asp .Net Core 3.1 Fra...
An Effective Online Food Order Application System using Asp .Net Core 3.1 Fra...An Effective Online Food Order Application System using Asp .Net Core 3.1 Fra...
An Effective Online Food Order Application System using Asp .Net Core 3.1 Fra...
 
resume
resumeresume
resume
 
Smart buckets ppt
Smart buckets pptSmart buckets ppt
Smart buckets ppt
 
Android app for hostel outpass form
Android app for hostel outpass formAndroid app for hostel outpass form
Android app for hostel outpass form
 
qadeer intern report.pdf
qadeer intern report.pdfqadeer intern report.pdf
qadeer intern report.pdf
 
MobileStore.pptx
MobileStore.pptxMobileStore.pptx
MobileStore.pptx
 
Vittal_CV
Vittal_CVVittal_CV
Vittal_CV
 
Creation Of Social Group in Full Stack Progressive Apparel Purchasing Web App
Creation Of Social Group in Full Stack Progressive Apparel Purchasing Web AppCreation Of Social Group in Full Stack Progressive Apparel Purchasing Web App
Creation Of Social Group in Full Stack Progressive Apparel Purchasing Web App
 
Yelpcamp: A review based website for campgrounds
Yelpcamp: A review based website for campgroundsYelpcamp: A review based website for campgrounds
Yelpcamp: A review based website for campgrounds
 
A Survey on Knowledge Base: An Internal Platform to Exchange Technical Questi...
A Survey on Knowledge Base: An Internal Platform to Exchange Technical Questi...A Survey on Knowledge Base: An Internal Platform to Exchange Technical Questi...
A Survey on Knowledge Base: An Internal Platform to Exchange Technical Questi...
 
Development of Android Based Mobile App for PrestaShop eCommerce Shopping Ca...
Development of Android Based Mobile App for PrestaShop eCommerce  Shopping Ca...Development of Android Based Mobile App for PrestaShop eCommerce  Shopping Ca...
Development of Android Based Mobile App for PrestaShop eCommerce Shopping Ca...
 
E commerce Website for Books Store
E commerce Website for Books StoreE commerce Website for Books Store
E commerce Website for Books Store
 
PPT NEWS PORTAL (2) (1).pptx
PPT NEWS PORTAL (2) (1).pptxPPT NEWS PORTAL (2) (1).pptx
PPT NEWS PORTAL (2) (1).pptx
 
Fayaz_CV
Fayaz_CVFayaz_CV
Fayaz_CV
 
NCI School of Computing Project Showcase 2014
NCI School of Computing Project Showcase 2014NCI School of Computing Project Showcase 2014
NCI School of Computing Project Showcase 2014
 
9 Biggest Reasons to Invest in CodeIgniter Development Services.pdf
9 Biggest Reasons to Invest in CodeIgniter Development Services.pdf9 Biggest Reasons to Invest in CodeIgniter Development Services.pdf
9 Biggest Reasons to Invest in CodeIgniter Development Services.pdf
 
Sabarish_php_resume
Sabarish_php_resumeSabarish_php_resume
Sabarish_php_resume
 
In-Flight Infotainment and e-Shopping App | iPad App for shopping
In-Flight Infotainment and e-Shopping App | iPad App for shoppingIn-Flight Infotainment and e-Shopping App | iPad App for shopping
In-Flight Infotainment and e-Shopping App | iPad App for shopping
 

More from IIJSRJournal

Analysis of Artificial Intelligence Techniques for Network Intrusion Detectio...
Analysis of Artificial Intelligence Techniques for Network Intrusion Detectio...Analysis of Artificial Intelligence Techniques for Network Intrusion Detectio...
Analysis of Artificial Intelligence Techniques for Network Intrusion Detectio...
IIJSRJournal
 
Methodologies for Enhancing Data Integrity and Security in Distributed Cloud ...
Methodologies for Enhancing Data Integrity and Security in Distributed Cloud ...Methodologies for Enhancing Data Integrity and Security in Distributed Cloud ...
Methodologies for Enhancing Data Integrity and Security in Distributed Cloud ...
IIJSRJournal
 
Agriculture in Indian Economy and Contribution of Science and Technology
Agriculture in Indian Economy and Contribution of Science and Technology  Agriculture in Indian Economy and Contribution of Science and Technology
Agriculture in Indian Economy and Contribution of Science and Technology
IIJSRJournal
 
The Effect of Kronecker Tensor Product Values on ECG Rates: A Study on Savitz...
The Effect of Kronecker Tensor Product Values on ECG Rates: A Study on Savitz...The Effect of Kronecker Tensor Product Values on ECG Rates: A Study on Savitz...
The Effect of Kronecker Tensor Product Values on ECG Rates: A Study on Savitz...
IIJSRJournal
 
Basic Criteria for Building the Third Renaissance in Uzbekistan
Basic Criteria for Building the Third Renaissance in Uzbekistan Basic Criteria for Building the Third Renaissance in Uzbekistan
Basic Criteria for Building the Third Renaissance in Uzbekistan
IIJSRJournal
 
Assessment of Neglected and Under-Utilized Crop Species of African Horned Mel...
Assessment of Neglected and Under-Utilized Crop Species of African Horned Mel...Assessment of Neglected and Under-Utilized Crop Species of African Horned Mel...
Assessment of Neglected and Under-Utilized Crop Species of African Horned Mel...
IIJSRJournal
 
Prevalence of Trichomonas Vaginalis Infection Among Married Pregnant Women in...
Prevalence of Trichomonas Vaginalis Infection Among Married Pregnant Women in...Prevalence of Trichomonas Vaginalis Infection Among Married Pregnant Women in...
Prevalence of Trichomonas Vaginalis Infection Among Married Pregnant Women in...
IIJSRJournal
 
Factors Influencing Professional Project Management Ethical Practices in Buil...
Factors Influencing Professional Project Management Ethical Practices in Buil...Factors Influencing Professional Project Management Ethical Practices in Buil...
Factors Influencing Professional Project Management Ethical Practices in Buil...
IIJSRJournal
 
Assessment of Water Occupancy Rates of the Çamlıgöze Dam Lake between 2010-20...
Assessment of Water Occupancy Rates of the Çamlıgöze Dam Lake between 2010-20...Assessment of Water Occupancy Rates of the Çamlıgöze Dam Lake between 2010-20...
Assessment of Water Occupancy Rates of the Çamlıgöze Dam Lake between 2010-20...
IIJSRJournal
 
Sustainability of Pod Yields of Groundnut through Crop Seasonal Rainfall, Len...
Sustainability of Pod Yields of Groundnut through Crop Seasonal Rainfall, Len...Sustainability of Pod Yields of Groundnut through Crop Seasonal Rainfall, Len...
Sustainability of Pod Yields of Groundnut through Crop Seasonal Rainfall, Len...
IIJSRJournal
 
On the Modulation of Biocompatibility of Hydrogels with Collagen and Guar Gum...
On the Modulation of Biocompatibility of Hydrogels with Collagen and Guar Gum...On the Modulation of Biocompatibility of Hydrogels with Collagen and Guar Gum...
On the Modulation of Biocompatibility of Hydrogels with Collagen and Guar Gum...
IIJSRJournal
 
Incorporation of Se (IV) Complexes based on Amino Acids in Biomatrixes in Hyd...
Incorporation of Se (IV) Complexes based on Amino Acids in Biomatrixes in Hyd...Incorporation of Se (IV) Complexes based on Amino Acids in Biomatrixes in Hyd...
Incorporation of Se (IV) Complexes based on Amino Acids in Biomatrixes in Hyd...
IIJSRJournal
 
Machine Learning Based House Price Prediction Using Modified Extreme Boosting
Machine Learning Based House Price Prediction Using Modified Extreme Boosting Machine Learning Based House Price Prediction Using Modified Extreme Boosting
Machine Learning Based House Price Prediction Using Modified Extreme Boosting
IIJSRJournal
 
Preliminary Evaluation on Vegetative of Rambutan (Nephelium lappaceum) in San...
Preliminary Evaluation on Vegetative of Rambutan (Nephelium lappaceum) in San...Preliminary Evaluation on Vegetative of Rambutan (Nephelium lappaceum) in San...
Preliminary Evaluation on Vegetative of Rambutan (Nephelium lappaceum) in San...
IIJSRJournal
 
Analysis of Physicochemical and Microbiological Parameters of Wine Produced f...
Analysis of Physicochemical and Microbiological Parameters of Wine Produced f...Analysis of Physicochemical and Microbiological Parameters of Wine Produced f...
Analysis of Physicochemical and Microbiological Parameters of Wine Produced f...
IIJSRJournal
 
Cohesive and Thermal Properties of Sodium Cyanide-Halide Mixed Crystals
Cohesive and Thermal Properties of Sodium Cyanide-Halide Mixed Crystals Cohesive and Thermal Properties of Sodium Cyanide-Halide Mixed Crystals
Cohesive and Thermal Properties of Sodium Cyanide-Halide Mixed Crystals
IIJSRJournal
 
Discussion on Analysis of Effects of Short-Form Video Advertising on the Purc...
Discussion on Analysis of Effects of Short-Form Video Advertising on the Purc...Discussion on Analysis of Effects of Short-Form Video Advertising on the Purc...
Discussion on Analysis of Effects of Short-Form Video Advertising on the Purc...
IIJSRJournal
 
Comparison of Glucose in Urine with Likening of Pigeons as Pets
Comparison of Glucose in Urine with Likening of Pigeons as Pets Comparison of Glucose in Urine with Likening of Pigeons as Pets
Comparison of Glucose in Urine with Likening of Pigeons as Pets
IIJSRJournal
 
Non-unique Fixed Points of Self Mappings in Bi-metric Spaces
Non-unique Fixed Points of Self Mappings in Bi-metric Spaces Non-unique Fixed Points of Self Mappings in Bi-metric Spaces
Non-unique Fixed Points of Self Mappings in Bi-metric Spaces
IIJSRJournal
 
Research on the Impact of Short-Form Video Advertising on Social Media on the...
Research on the Impact of Short-Form Video Advertising on Social Media on the...Research on the Impact of Short-Form Video Advertising on Social Media on the...
Research on the Impact of Short-Form Video Advertising on Social Media on the...
IIJSRJournal
 

More from IIJSRJournal (20)

Analysis of Artificial Intelligence Techniques for Network Intrusion Detectio...
Analysis of Artificial Intelligence Techniques for Network Intrusion Detectio...Analysis of Artificial Intelligence Techniques for Network Intrusion Detectio...
Analysis of Artificial Intelligence Techniques for Network Intrusion Detectio...
 
Methodologies for Enhancing Data Integrity and Security in Distributed Cloud ...
Methodologies for Enhancing Data Integrity and Security in Distributed Cloud ...Methodologies for Enhancing Data Integrity and Security in Distributed Cloud ...
Methodologies for Enhancing Data Integrity and Security in Distributed Cloud ...
 
Agriculture in Indian Economy and Contribution of Science and Technology
Agriculture in Indian Economy and Contribution of Science and Technology  Agriculture in Indian Economy and Contribution of Science and Technology
Agriculture in Indian Economy and Contribution of Science and Technology
 
The Effect of Kronecker Tensor Product Values on ECG Rates: A Study on Savitz...
The Effect of Kronecker Tensor Product Values on ECG Rates: A Study on Savitz...The Effect of Kronecker Tensor Product Values on ECG Rates: A Study on Savitz...
The Effect of Kronecker Tensor Product Values on ECG Rates: A Study on Savitz...
 
Basic Criteria for Building the Third Renaissance in Uzbekistan
Basic Criteria for Building the Third Renaissance in Uzbekistan Basic Criteria for Building the Third Renaissance in Uzbekistan
Basic Criteria for Building the Third Renaissance in Uzbekistan
 
Assessment of Neglected and Under-Utilized Crop Species of African Horned Mel...
Assessment of Neglected and Under-Utilized Crop Species of African Horned Mel...Assessment of Neglected and Under-Utilized Crop Species of African Horned Mel...
Assessment of Neglected and Under-Utilized Crop Species of African Horned Mel...
 
Prevalence of Trichomonas Vaginalis Infection Among Married Pregnant Women in...
Prevalence of Trichomonas Vaginalis Infection Among Married Pregnant Women in...Prevalence of Trichomonas Vaginalis Infection Among Married Pregnant Women in...
Prevalence of Trichomonas Vaginalis Infection Among Married Pregnant Women in...
 
Factors Influencing Professional Project Management Ethical Practices in Buil...
Factors Influencing Professional Project Management Ethical Practices in Buil...Factors Influencing Professional Project Management Ethical Practices in Buil...
Factors Influencing Professional Project Management Ethical Practices in Buil...
 
Assessment of Water Occupancy Rates of the Çamlıgöze Dam Lake between 2010-20...
Assessment of Water Occupancy Rates of the Çamlıgöze Dam Lake between 2010-20...Assessment of Water Occupancy Rates of the Çamlıgöze Dam Lake between 2010-20...
Assessment of Water Occupancy Rates of the Çamlıgöze Dam Lake between 2010-20...
 
Sustainability of Pod Yields of Groundnut through Crop Seasonal Rainfall, Len...
Sustainability of Pod Yields of Groundnut through Crop Seasonal Rainfall, Len...Sustainability of Pod Yields of Groundnut through Crop Seasonal Rainfall, Len...
Sustainability of Pod Yields of Groundnut through Crop Seasonal Rainfall, Len...
 
On the Modulation of Biocompatibility of Hydrogels with Collagen and Guar Gum...
On the Modulation of Biocompatibility of Hydrogels with Collagen and Guar Gum...On the Modulation of Biocompatibility of Hydrogels with Collagen and Guar Gum...
On the Modulation of Biocompatibility of Hydrogels with Collagen and Guar Gum...
 
Incorporation of Se (IV) Complexes based on Amino Acids in Biomatrixes in Hyd...
Incorporation of Se (IV) Complexes based on Amino Acids in Biomatrixes in Hyd...Incorporation of Se (IV) Complexes based on Amino Acids in Biomatrixes in Hyd...
Incorporation of Se (IV) Complexes based on Amino Acids in Biomatrixes in Hyd...
 
Machine Learning Based House Price Prediction Using Modified Extreme Boosting
Machine Learning Based House Price Prediction Using Modified Extreme Boosting Machine Learning Based House Price Prediction Using Modified Extreme Boosting
Machine Learning Based House Price Prediction Using Modified Extreme Boosting
 
Preliminary Evaluation on Vegetative of Rambutan (Nephelium lappaceum) in San...
Preliminary Evaluation on Vegetative of Rambutan (Nephelium lappaceum) in San...Preliminary Evaluation on Vegetative of Rambutan (Nephelium lappaceum) in San...
Preliminary Evaluation on Vegetative of Rambutan (Nephelium lappaceum) in San...
 
Analysis of Physicochemical and Microbiological Parameters of Wine Produced f...
Analysis of Physicochemical and Microbiological Parameters of Wine Produced f...Analysis of Physicochemical and Microbiological Parameters of Wine Produced f...
Analysis of Physicochemical and Microbiological Parameters of Wine Produced f...
 
Cohesive and Thermal Properties of Sodium Cyanide-Halide Mixed Crystals
Cohesive and Thermal Properties of Sodium Cyanide-Halide Mixed Crystals Cohesive and Thermal Properties of Sodium Cyanide-Halide Mixed Crystals
Cohesive and Thermal Properties of Sodium Cyanide-Halide Mixed Crystals
 
Discussion on Analysis of Effects of Short-Form Video Advertising on the Purc...
Discussion on Analysis of Effects of Short-Form Video Advertising on the Purc...Discussion on Analysis of Effects of Short-Form Video Advertising on the Purc...
Discussion on Analysis of Effects of Short-Form Video Advertising on the Purc...
 
Comparison of Glucose in Urine with Likening of Pigeons as Pets
Comparison of Glucose in Urine with Likening of Pigeons as Pets Comparison of Glucose in Urine with Likening of Pigeons as Pets
Comparison of Glucose in Urine with Likening of Pigeons as Pets
 
Non-unique Fixed Points of Self Mappings in Bi-metric Spaces
Non-unique Fixed Points of Self Mappings in Bi-metric Spaces Non-unique Fixed Points of Self Mappings in Bi-metric Spaces
Non-unique Fixed Points of Self Mappings in Bi-metric Spaces
 
Research on the Impact of Short-Form Video Advertising on Social Media on the...
Research on the Impact of Short-Form Video Advertising on Social Media on the...Research on the Impact of Short-Form Video Advertising on Social Media on the...
Research on the Impact of Short-Form Video Advertising on Social Media on the...
 

Recently uploaded

UNIT 4 LINEAR INTEGRATED CIRCUITS-DIGITAL ICS
UNIT 4 LINEAR INTEGRATED CIRCUITS-DIGITAL ICSUNIT 4 LINEAR INTEGRATED CIRCUITS-DIGITAL ICS
UNIT 4 LINEAR INTEGRATED CIRCUITS-DIGITAL ICS
vmspraneeth
 
Particle Swarm Optimization–Long Short-Term Memory based Channel Estimation w...
Particle Swarm Optimization–Long Short-Term Memory based Channel Estimation w...Particle Swarm Optimization–Long Short-Term Memory based Channel Estimation w...
Particle Swarm Optimization–Long Short-Term Memory based Channel Estimation w...
IJCNCJournal
 
Call For Paper -3rd International Conference on Artificial Intelligence Advan...
Call For Paper -3rd International Conference on Artificial Intelligence Advan...Call For Paper -3rd International Conference on Artificial Intelligence Advan...
Call For Paper -3rd International Conference on Artificial Intelligence Advan...
ijseajournal
 
ITSM Integration with MuleSoft.pptx
ITSM  Integration with MuleSoft.pptxITSM  Integration with MuleSoft.pptx
ITSM Integration with MuleSoft.pptx
VANDANAMOHANGOUDA
 
ELS: 2.4.1 POWER ELECTRONICS Course objectives: This course will enable stude...
ELS: 2.4.1 POWER ELECTRONICS Course objectives: This course will enable stude...ELS: 2.4.1 POWER ELECTRONICS Course objectives: This course will enable stude...
ELS: 2.4.1 POWER ELECTRONICS Course objectives: This course will enable stude...
Kuvempu University
 
AN INTRODUCTION OF AI & SEARCHING TECHIQUES
AN INTRODUCTION OF AI & SEARCHING TECHIQUESAN INTRODUCTION OF AI & SEARCHING TECHIQUES
AN INTRODUCTION OF AI & SEARCHING TECHIQUES
drshikhapandey2022
 
OOPS_Lab_Manual - programs using C++ programming language
OOPS_Lab_Manual - programs using C++ programming languageOOPS_Lab_Manual - programs using C++ programming language
OOPS_Lab_Manual - programs using C++ programming language
PreethaV16
 
Introduction to Computer Networks & OSI MODEL.ppt
Introduction to Computer Networks & OSI MODEL.pptIntroduction to Computer Networks & OSI MODEL.ppt
Introduction to Computer Networks & OSI MODEL.ppt
Dwarkadas J Sanghvi College of Engineering
 
Prediction of Electrical Energy Efficiency Using Information on Consumer's Ac...
Prediction of Electrical Energy Efficiency Using Information on Consumer's Ac...Prediction of Electrical Energy Efficiency Using Information on Consumer's Ac...
Prediction of Electrical Energy Efficiency Using Information on Consumer's Ac...
PriyankaKilaniya
 
Impartiality as per ISO /IEC 17025:2017 Standard
Impartiality as per ISO /IEC 17025:2017 StandardImpartiality as per ISO /IEC 17025:2017 Standard
Impartiality as per ISO /IEC 17025:2017 Standard
MuhammadJazib15
 
Object Oriented Analysis and Design - OOAD
Object Oriented Analysis and Design - OOADObject Oriented Analysis and Design - OOAD
Object Oriented Analysis and Design - OOAD
PreethaV16
 
openshift technical overview - Flow of openshift containerisatoin
openshift technical overview - Flow of openshift containerisatoinopenshift technical overview - Flow of openshift containerisatoin
openshift technical overview - Flow of openshift containerisatoin
snaprevwdev
 
FULL STACK PROGRAMMING - Both Front End and Back End
FULL STACK PROGRAMMING - Both Front End and Back EndFULL STACK PROGRAMMING - Both Front End and Back End
FULL STACK PROGRAMMING - Both Front End and Back End
PreethaV16
 
SENTIMENT ANALYSIS ON PPT AND Project template_.pptx
SENTIMENT ANALYSIS ON PPT AND Project template_.pptxSENTIMENT ANALYSIS ON PPT AND Project template_.pptx
SENTIMENT ANALYSIS ON PPT AND Project template_.pptx
b0754201
 
Supermarket Management System Project Report.pdf
Supermarket Management System Project Report.pdfSupermarket Management System Project Report.pdf
Supermarket Management System Project Report.pdf
Kamal Acharya
 
comptia-security-sy0-701-exam-objectives-(5-0).pdf
comptia-security-sy0-701-exam-objectives-(5-0).pdfcomptia-security-sy0-701-exam-objectives-(5-0).pdf
comptia-security-sy0-701-exam-objectives-(5-0).pdf
foxlyon
 
UNIT-III- DATA CONVERTERS ANALOG TO DIGITAL CONVERTER
UNIT-III- DATA CONVERTERS ANALOG TO DIGITAL CONVERTERUNIT-III- DATA CONVERTERS ANALOG TO DIGITAL CONVERTER
UNIT-III- DATA CONVERTERS ANALOG TO DIGITAL CONVERTER
vmspraneeth
 
Ericsson LTE Throughput Troubleshooting Techniques.ppt
Ericsson LTE Throughput Troubleshooting Techniques.pptEricsson LTE Throughput Troubleshooting Techniques.ppt
Ericsson LTE Throughput Troubleshooting Techniques.ppt
wafawafa52
 
3rd International Conference on Artificial Intelligence Advances (AIAD 2024)
3rd International Conference on Artificial Intelligence Advances (AIAD 2024)3rd International Conference on Artificial Intelligence Advances (AIAD 2024)
3rd International Conference on Artificial Intelligence Advances (AIAD 2024)
GiselleginaGloria
 
一比一原版(osu毕业证书)美国俄勒冈州立大学毕业证如何办理
一比一原版(osu毕业证书)美国俄勒冈州立大学毕业证如何办理一比一原版(osu毕业证书)美国俄勒冈州立大学毕业证如何办理
一比一原版(osu毕业证书)美国俄勒冈州立大学毕业证如何办理
upoux
 

Recently uploaded (20)

UNIT 4 LINEAR INTEGRATED CIRCUITS-DIGITAL ICS
UNIT 4 LINEAR INTEGRATED CIRCUITS-DIGITAL ICSUNIT 4 LINEAR INTEGRATED CIRCUITS-DIGITAL ICS
UNIT 4 LINEAR INTEGRATED CIRCUITS-DIGITAL ICS
 
Particle Swarm Optimization–Long Short-Term Memory based Channel Estimation w...
Particle Swarm Optimization–Long Short-Term Memory based Channel Estimation w...Particle Swarm Optimization–Long Short-Term Memory based Channel Estimation w...
Particle Swarm Optimization–Long Short-Term Memory based Channel Estimation w...
 
Call For Paper -3rd International Conference on Artificial Intelligence Advan...
Call For Paper -3rd International Conference on Artificial Intelligence Advan...Call For Paper -3rd International Conference on Artificial Intelligence Advan...
Call For Paper -3rd International Conference on Artificial Intelligence Advan...
 
ITSM Integration with MuleSoft.pptx
ITSM  Integration with MuleSoft.pptxITSM  Integration with MuleSoft.pptx
ITSM Integration with MuleSoft.pptx
 
ELS: 2.4.1 POWER ELECTRONICS Course objectives: This course will enable stude...
ELS: 2.4.1 POWER ELECTRONICS Course objectives: This course will enable stude...ELS: 2.4.1 POWER ELECTRONICS Course objectives: This course will enable stude...
ELS: 2.4.1 POWER ELECTRONICS Course objectives: This course will enable stude...
 
AN INTRODUCTION OF AI & SEARCHING TECHIQUES
AN INTRODUCTION OF AI & SEARCHING TECHIQUESAN INTRODUCTION OF AI & SEARCHING TECHIQUES
AN INTRODUCTION OF AI & SEARCHING TECHIQUES
 
OOPS_Lab_Manual - programs using C++ programming language
OOPS_Lab_Manual - programs using C++ programming languageOOPS_Lab_Manual - programs using C++ programming language
OOPS_Lab_Manual - programs using C++ programming language
 
Introduction to Computer Networks & OSI MODEL.ppt
Introduction to Computer Networks & OSI MODEL.pptIntroduction to Computer Networks & OSI MODEL.ppt
Introduction to Computer Networks & OSI MODEL.ppt
 
Prediction of Electrical Energy Efficiency Using Information on Consumer's Ac...
Prediction of Electrical Energy Efficiency Using Information on Consumer's Ac...Prediction of Electrical Energy Efficiency Using Information on Consumer's Ac...
Prediction of Electrical Energy Efficiency Using Information on Consumer's Ac...
 
Impartiality as per ISO /IEC 17025:2017 Standard
Impartiality as per ISO /IEC 17025:2017 StandardImpartiality as per ISO /IEC 17025:2017 Standard
Impartiality as per ISO /IEC 17025:2017 Standard
 
Object Oriented Analysis and Design - OOAD
Object Oriented Analysis and Design - OOADObject Oriented Analysis and Design - OOAD
Object Oriented Analysis and Design - OOAD
 
openshift technical overview - Flow of openshift containerisatoin
openshift technical overview - Flow of openshift containerisatoinopenshift technical overview - Flow of openshift containerisatoin
openshift technical overview - Flow of openshift containerisatoin
 
FULL STACK PROGRAMMING - Both Front End and Back End
FULL STACK PROGRAMMING - Both Front End and Back EndFULL STACK PROGRAMMING - Both Front End and Back End
FULL STACK PROGRAMMING - Both Front End and Back End
 
SENTIMENT ANALYSIS ON PPT AND Project template_.pptx
SENTIMENT ANALYSIS ON PPT AND Project template_.pptxSENTIMENT ANALYSIS ON PPT AND Project template_.pptx
SENTIMENT ANALYSIS ON PPT AND Project template_.pptx
 
Supermarket Management System Project Report.pdf
Supermarket Management System Project Report.pdfSupermarket Management System Project Report.pdf
Supermarket Management System Project Report.pdf
 
comptia-security-sy0-701-exam-objectives-(5-0).pdf
comptia-security-sy0-701-exam-objectives-(5-0).pdfcomptia-security-sy0-701-exam-objectives-(5-0).pdf
comptia-security-sy0-701-exam-objectives-(5-0).pdf
 
UNIT-III- DATA CONVERTERS ANALOG TO DIGITAL CONVERTER
UNIT-III- DATA CONVERTERS ANALOG TO DIGITAL CONVERTERUNIT-III- DATA CONVERTERS ANALOG TO DIGITAL CONVERTER
UNIT-III- DATA CONVERTERS ANALOG TO DIGITAL CONVERTER
 
Ericsson LTE Throughput Troubleshooting Techniques.ppt
Ericsson LTE Throughput Troubleshooting Techniques.pptEricsson LTE Throughput Troubleshooting Techniques.ppt
Ericsson LTE Throughput Troubleshooting Techniques.ppt
 
3rd International Conference on Artificial Intelligence Advances (AIAD 2024)
3rd International Conference on Artificial Intelligence Advances (AIAD 2024)3rd International Conference on Artificial Intelligence Advances (AIAD 2024)
3rd International Conference on Artificial Intelligence Advances (AIAD 2024)
 
一比一原版(osu毕业证书)美国俄勒冈州立大学毕业证如何办理
一比一原版(osu毕业证书)美国俄勒冈州立大学毕业证如何办理一比一原版(osu毕业证书)美国俄勒冈州立大学毕业证如何办理
一比一原版(osu毕业证书)美国俄勒冈州立大学毕业证如何办理
 

Student Check-in Kiosk for Institutions Using Asp.net

  • 1. Irish Interdisciplinary Journal of Science & Research (IIJSR) Vol 6, Iss 4, Pages 19-27, October-December 2022 ISSN: 2582-3981 www.iijsr.com 19 Student Check-in Kiosk for Institutions Using Asp.net Mr. D.A. Savindu Manilka Dewpuraarachchi1* & Mr. Mohammad Sameer Baig2 1 UG Level-5 Information Technology, 2 Project Coordinator, 1,2 Al Shabaka Institutional Academy, United Arab Emirates. DOI: https://doi.org/10.46759/IIJSR.2022.6403 Copyright © 2022 D.A. Savindu Manilka Dewpuraarachchi. This is an open access article distributed under the terms of the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited. Article Received: 24 August 2022 Article Accepted: 28 October 2022 Article Published: 21 December 2022 ░ 1. AIM OF THE STUDY The initial aim for this study was to create an attendance check in system. But I decided that instead of only adding a simple attendance record system; I am capable of implementing a student kiosk in form of a ASP.NET web form portal. My goal was to develop this Student Kiosk for Al Shabaka Technical Institute located in the heart of Al Quasis, Dubai. Kiosk’s technology utilizes touch-based interfaces for easy access and interaction, to improve efficiency of university processes, communication between students and university administration. It will also simplify various day to day operation and enhance the experience of the students and university staffs alike. ░ 2. PURPOSE OF THE STUDY During my academic years in this institute, I have observed and felt it was something missing in our campus premises. Since ASTI Academy mainly focuses on practical based learning, I questioned myself; why are we still following old fashioned documentations? Shortly I gathered up my ideas and aimed to develop a student kiosk. Building a KIOSK for Al Shabaka Technical Institute can be advantageous for both students and staff. Providing correct information and having a fast moving, smooth environment is a key to success for any organization. As we are now in 21st century every one of us are exposed to Information Technology. In this digital era information can sometimes be best provided in a digitized and interactive way. ░ 3. STUDY SCOPE With proper fundings and frame work design this study can be moved as a high tech portal where more options can come along with the options which are already present. If it gets the opportunity to be developed as university portal; I believe it will be with high scope and demand. If so we wont be needing to use any out source platforms to manage the academic progress as these KIOSKs will be able to handle those out as well. In this digital era technology of KIOSKs are believed to be a straight forward ideology that it can be modified/ customized easily according to the client’s convenience and requirements. My study outlines and provides the students with registration tools, academic information access, attendance markings. It can be implemented within educational training centers, Institutes, classrooms and maybe even in schools or universities. ABSTRACT This paper displays the possibility, applicability and usage of developing a user-friendly customized student KIOSK for educational centers. This study showcases how we are able to optimize our defined resources to get a decent outcome which can be very useful and has higher chances of updating. Keywords: Applicability; Optimize; Customized; Markup; ASP.NET; Rational; Kiosks; Cascading; Validation; Navigated.
  • 2. Irish Interdisciplinary Journal of Science & Research (IIJSR) Vol 6, Iss 4, Pages 19-27, October-December 2022 ISSN: 2582-3981 www.iijsr.com 20 ░ 4. LITERATURE REVIEW Usage of proper touched based KIOSK’s which are connected to a backend server or a block of code, helps the user to carry out numerous tasks by themselves without getting help from people who are physically present at those premises. Touch based KIOSKs are being used in many industries or businesses. Such as in Bank, Restaurants, Hospitals, shops, malls, Kiosk systems for blind people, Education and in many other lines of works. As mentioned, popularity of tablet computers and touch enabled laptops are almost similar to KIOSKS are used as proof of this point. GUI based interactive KIOSK provides the easy access to various services. Kiosks may provide Internet access for web, but KIOSKS do not provide all tasks like a Personal Computer. They perform only a few designed tasks and optimized for remote management in most of the scenarios. ░ 5. USAGE OF TOOLS AND PLATFORMS Hyper-Text Markup Language (HTML) The Hyper Text Markup Language or HTML is the standard markup language for documents intended to be shown in a web program. It can be altered using internal or external innovation such as CSS and Java Script. Web browsers get HTML documents from a web server or from neighborhood capacity and render the documents into media web pages. HTML can implant programs written in an employed language for example for my study I have used C#. This influences the way of behaving and content of web pages.HTML was employed in the front-end design of the KIOSK. Several tags were used alongside the ones provided by ASP.NET. Cascading style sheets were also employed. ASP.NET ASP.NET web forms have been used to make up the KIOSK. It was engaged in the back-end design of this study. It helped to supply server controls which includes the HTML server controls as well as SQL server controls which I have explained below. I have also implemented ASP.net web server controls as well as the Validation Server Controls (for input validation). Most of the controls in ASP.NET were employed in this study. I have considered the security of my web form in a ordinary manner. I was able to provide its security by using Login control (which provides login functionality), LoginStatusControl (to control the login status), the LoginName control (to display the current user’s name), a LoginView control, to provide different views depending on login status. C sharp Language (C#) C# was employed as the programming language for back-end coding file. C# has been used for button click events, Event handlers, As well as connection strings for SQL database. C# makes it easy to employ all of the web pages and KIOSK application as a whole. In addition to ASP.NET packages and SQL servers being used as backend functions C# can also be used to implement methods.
  • 3. Irish Interdisciplinary Journal of Science & Research (IIJSR) Vol 6, Iss 4, Pages 19-27, October-December 2022 ISSN: 2582-3981 www.iijsr.com 21 Microsoft SQL Server 2018 This is the relational database management server that is used in the portal. It stores data in the form of tables Basically, there are twelve unique versions of Microsoft SQL Servers to be found on internet today. Each of the versions target various markets. This depends on little single-machine applications to huge Web confronting applications with numerous simultaneous clients. In order to accomplish my backend server requirement, I have used Microsoft SQL Server Management 2018 ░ 6. WORKING PRINCIPLE Working of student kiosk application runs through various sections of ASP.NET. The client is able to run the .sln extension file from any of the debugging operands. For this instance, I have used Google Chrome as the debugging operator. As soon as debugging starts the Home.apsx file gets executed as it my first page load option. Then the user is navigated into the Kiosk’s Home page providing them with two login options. If the client is a registered student he or she should click on “Student Login” button. Instantly it opens up “Student Login.aspx” and provides the option to type in the Student ID and Password. If the user is a new user (student) he or she is provided with sign up option. When user clicks on “Sign up” it opens up “Student Registration.aspx” file. The client is able to view four text boxes, four labels and two buttons. When the required fields are entered data gets fetched towards the backend SQL Database. The connection string added in backend C# code allows the users to complete the registration process successfully. Users gets to view a feedback message as well. Upon successful login the students gets navigated towards the “StudentDashboard.aspx” 6.1. Using the KIOSK Figure 1.1. Home Screen Figure 1.2. Log in Screen
  • 4. Irish Interdisciplinary Journal of Science & Research (IIJSR) Vol 6, Iss 4, Pages 19-27, October-December 2022 ISSN: 2582-3981 www.iijsr.com 22 Figure 1.3. Student Dashboard Figure 1.4. Attendance Portal When a student logs in they are navigated towards the student dashboard (Fig. 1.3) then they are capable of selecting any of the relevant buttons in order to fulfill their requirement. Initial objective of this study was to develop an attendance marking portal for the students; as shown in Fig 1.4 now students are able to mark their attendance by just a click away. The HTML div tags and C# labels displays a welcome message and a calendar along with a checkbox property stetted to mark the attendance. When the user clicks on submit Button. “BtnSub” the relevant data gets passed on the SQL Database through the connection string pre-established. Figure 1.5. Attendance Portal – Techers View You may cross paths with the thought of “What if students add fake or duplicate attendance records”. There is no need to worry as you can see in Fig 1.5 the attendance records which students add gets viewed and verified by admins before they gets added to the main attendance database (Fig.1.6) Figure 1.6. Attendance Database
  • 5. Irish Interdisciplinary Journal of Science & Research (IIJSR) Vol 6, Iss 4, Pages 19-27, October-December 2022 ISSN: 2582-3981 www.iijsr.com 23 Declarations Source of Funding This research did not receive any grant from funding agencies in the public, commercial, or not-for-profit sectors. Competing Interests Statement The authors declare no competing financial, professional, or personal interests. Consent for publication The authors declare that they consented to the publication of this research work. References [1] Zameer, Ahmed & Ambreen, Sadaf & Muhammad, Nazrul & Mohammadi, Mohammad. (2017). Developing KIOSKs-Touch Based Interactive Information System. International Journal of Computer Science and Information Security (IJCSIS), 15: 166-177. [2] Adewale, Adeyinka. (2013). Design and Development of a University Portal for the Management of Final Year Undergraduate Studys. International Journal of Engineering and Computer Science, 2: 2911-2920. [3] A tour of C#-Overview. Microsoft Learn. https://learn.microsoft.com/en-us/dotnet/csharp/tour-of-csharp/ [4] What is Visual Studio? Incredibuild. https://www.incredibuild.com/integrations/visual-studio. [5] What is Web Forms. (2022). Microsoft Learn. [6] https://learn.microsoft.com/en-us/aspnet/web-forms/what-is-web-forms. [7] Wikipedia contributors. (2022). Microsoft SQL Server. https://en.wikipedia.org/wiki/Microsoft_SQL_Server. [8] www.youtube.com. C# Tutorial - How to Connect and Use Local Database in Visual Studio 2019 | FoxLearn. [online] Available at: https://www.youtube.com/watch?v=mgtfxtjKoaA. Appendix - A Source Code of Home.aspx <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Home.aspx.cs" Inherits="Asti_Portal.Home" %> <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title></title> <style type="text/css"> .auto-style1 {
  • 6. Irish Interdisciplinary Journal of Science & Research (IIJSR) Vol 6, Iss 4, Pages 19-27, October-December 2022 ISSN: 2582-3981 www.iijsr.com 24 width: 100%; } </style> </head> <body style="background-image:url('background1.jpg'); background-repeat: no-repeat; background-attachment: fixed; background-size: cover;"> <form id="form1" runat="server"> <div style="margin:0px 450px 20px 480px"> <asp:Label ID="lblTitle" runat="server" ForeColor="#FF3300" font-size="Large"></asp:Label> </div> <div style="margin:20px 450px 20px 450px"> <asp:Image ID="Image1" runat="server" ImageUrl="~/Astii.jpg" Width="400px" /> </div> <div style="margin:0 450px 20px 450px"> <asp:Button ID="btnStudent" runat="server" BorderStyle="Solid" ForeColor="#FF0066" OnClick="btnStudent_Click" Text="I am Student" Width="200px" Height="50px" /> <asp:Button ID="btnTeacher" runat="server" BorderStyle="Solid" ForeColor="#FF0066" OnClick="btnTeacher_Click" Text="I am Teacher" Width="200px" Height="50px" /> </div> </form> </body> </html> Appendix - B Source Code of Student Login.aspx %@ Page Language="C#" AutoEventWireup="true" CodeBehind="StudentLogin.aspx.cs" Inherits="Asti_Portal.StudentLogin" %> <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title></title> <style type="text/css"> .auto-style1 { width: 100%;
  • 7. Irish Interdisciplinary Journal of Science & Research (IIJSR) Vol 6, Iss 4, Pages 19-27, October-December 2022 ISSN: 2582-3981 www.iijsr.com 25 height: 242px; } </style> </head> <body style="background-image:url('background1.jpg'); background-repeat: no-repeat; background-attachment: fixed; background-size: cover;"> <form id="form1" runat="server"> <center><h1 style="color:#FF3300">Welcome to Student Kiosk </h1></center> <div style="margin:20px 450px 20px 450px"> <asp:Image ID="Image1" runat="server" ImageUrl="~/Astii.jpg" Width="400px" /> <h2 style="color:#FFffff">Student Login</h2> </div> <div style="margin:20px 450px 20px 450px"> <asp:Label ID="Label1" runat="server" Text="Student ID" ForeColor="#FF3300" Width="200px" Height="50px"></asp:Label> <asp:TextBox ID="txtStudentID" runat="server" Width="200px" Height="50px"></asp:TextBox> <asp:Label ID="Label2" runat="server" Text="Password" ForeColor="#FF3300" Width="200px" Height="50px"></asp:Label> <asp:TextBox ID="txtPassword" runat="server" TextMode="Password" Width="200px" Height="50px"></asp:TextBox> <br /> <asp:Button ID="btnLogin" runat="server" BorderStyle="Solid" ForeColor="#FF3300" Text="Login" Width="200px" Height="50px" OnClick="btnLogin_Click" /> <br /> <asp:LinkButton ID="btnSignUp" runat="server" OnClick="LinkButton1_Click">Sign up</asp:LinkButton> <br /> <asp:Label ID="lblmessage" runat="server" ForeColor="Red"></asp:Label> </div> <asp:Panel ID="Panel1" runat="server"> </asp:Panel> </form> </body>
  • 8. Irish Interdisciplinary Journal of Science & Research (IIJSR) Vol 6, Iss 4, Pages 19-27, October-December 2022 ISSN: 2582-3981 www.iijsr.com 26 </html> Appendix - C Source Code of Teacher Login.aspx using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.Data; using System.Data.SqlClient; using System.Configuration; using System.Web.Security; namespace Asti_Portal { public partial class TeacherLogin : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { } protected void btnLogin_Click(object sender, EventArgs e) { SqlConnection con = new SqlConnection(ConfigurationManager.ConnectionStrings["ASTIConnectionString"].ToString()); try { string uid = txtteacherID.Text; string pass = txtPassword.Text; con.Open(); string qry = "select * from TeacherRegistration where TeacherId='" + uid + "' and TeaPassword='" + pass + "'"; SqlCommand cmd = new SqlCommand(qry, con); SqlDataReader sdr = cmd.ExecuteReader(); if (sdr.Read()) { Response.Redirect("~/TeacherDashboard.aspx");
  • 9. Irish Interdisciplinary Journal of Science & Research (IIJSR) Vol 6, Iss 4, Pages 19-27, October-December 2022 ISSN: 2582-3981 www.iijsr.com 27 } else { lblmessage.Text = "User Id & Password Is not correct Try again..!!"; } con.Close(); } catch (Exception ex) { Response.Write(ex.Message); } } } } --------------------------------------------------------------------------------------------------------------------------