473,765 Members | 2,059 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Time Table of School

9 New Member
I have project "Time Table of school". How it possible logically as well as visually in .NET. it contain all teachers name and their periods. when any one absent then we enter the name of teacher or course name, highlight the absent teacher periods and then generate arrange period list and print it.
when it highlight timetable we click on them and show all other teacher names who are free at this time.......


what controls are need in .NET with c#. it will be desktop application,
Please help me how it possible, I want to make as simple as possible.


thanks in advance.....
Mar 22 '13 #1
10 4674
Mikkeee
94 New Member
That's like asking 'what parts do i need to build a fast car'. You need to start with a database, grid, and some C# code but what you're asking is how to build the entire project. You need to start with a more specific question.
Mar 23 '13 #2
KKSohaib
9 New Member
@Mikkeee
data desiging is almost complete... now time to develop visual design ..... how it possible in grid... any other control do you know ?
Mar 24 '13 #3
M1kkelZU
80 New Member
Well I have a sort of the same thing, except it reads a file and splits the needed area and places this in to a database.
You'll need to have a logical system with the grid and Start off with textboxes for inputs etc. after a while when this is finished go on to actually making the grid the most important part and from there on its not too hard in my opinion.
Mar 25 '13 #4
KKSohaib
9 New Member
hope so I complete in next 4 days ....
can I use datagriview ?because when any teacher is absent how it is highlight ? can I highlight programmaticall y ???
Mar 25 '13 #5
M1kkelZU
80 New Member
Yeah a datagridView should be fine. You can use a tabPage panel for 2 different grids, 1 for the roster and 1 for the absent/present teachers. to highlight programmaticall y you'll need a system where the absent or present teacher sends a message to the program and have a database behind it all to keep the system aquired.

you can set the value of a cell to 1 or 0 ( 1 meaning present and 0 meaning absent, like a true false situation ) and have a weekly view for each week.

You could make 1 datagridview and have the same concept: teacher sends a message to the server as absent or present and then the program highlights the absent teacher. if the teacher is present nothing happens.
Mar 25 '13 #6
KKSohaib
9 New Member
can use click event in dgview cell ?
when admin click on highlighted cell any control show names of teacher that are free at that time ..... which control I use for this purpose ..... selected teacher is set as arrange period in that clss.... I want to print all arrange periods list at same page ... how it possible ?
Mar 25 '13 #7
M1kkelZU
80 New Member
Yes, I'd guess the dataGridView1_C ellContentClick event should be a good way to manage this.

Well the cell will be highlighted as soon as you click on this cell, so you could make a second form and use this for the functions wanted, to open a second form then would be adding it to the project and using this code in the cell content click
Expand|Select|Wrap|Line Numbers
  1. Form2 f2 = new Form2();
  2. f2.Show();
Excuse me if you know how to do this, just a pointer though.
In this form you can add a function that changes the state of the teacher (Absent / Present) or change the time from Absent until <insert Time here> with a reason etc.
Mar 25 '13 #8
KKSohaib
9 New Member
I think new form option is best for free teacher list... but problem is how absent teacher cell highlight and admin click event on that cell....
Mar 25 '13 #9
M1kkelZU
80 New Member
That is where you need a second program to connect to a server OR you have someone who is a physical admin and when a teacher calls and says they are absent, the physical admin puts it in the system (your application) and then the cell is highlighted for the teacher that is absent, when you click on the cell you get a message with a reason of why they are absent etc,.
Mar 25 '13 #10

Sign in to post your reply or Sign up for a free account.

Similar topics

2
5094
by: New Guy | last post by:
Hello, First, I want to apologize for posting this message to multiple groups. (1) I have a hard time finding any info and (2) this is not a school assignment. I am trying to create in my Oracle test database a "time" table that would have time buckets. What I mean is that, it would have some structure like this
3
3303
by: vijay_dwi | last post by:
Hi all, I have a fixedwidth .DAT file and a DB2 table, I have to create a flat file by pulling data from both file and DB2 table. I tried using IMPORT/LOAD utilities to load to a global temporary table and thought of joining it and extracting, but IMPORT/LOAD are not allowed on temporary table. Can you please suggest me how to go about it... thanks in advance,
5
2593
by: MN | last post by:
Hello, I have a customer table and another table that I need to prepopulate with special customer IDs, unique and not sequential. Is there a way to configure Access to assign the customer ID to every record each time that a record is either created for the first time or imported for the first time? I would be importing into a temp table and then running an update query to copy the data to the customer table. Another confusing issue is...
3
3692
by: santybanty20 | last post by:
i got a project on time table creation of a department so any one having the code for the project please send it to me... the i/p:--- u have to enter no of classes,no of teacher,no of class,and room.. o/p:--- the time table generated is shown ...having all period allocated to teacher.... please send if relly anyone got it...bye
0
1365
by: janbazamin | last post by:
Hi Dear. I am making time table application in ASP.NET i am facing some problem i am adding Start time, End Time In Database. on some date. if i again select same date and stat time and end time. i am successfull that application show me it is already exits. i am entering time like this . 8:00 am to 10: 00 am. when i enter the time like this 8:05 amd to 9:45 am it should show me already exits but t not show me . it entered in database on same...
0
1704
by: janbazamin | last post by:
I am making time table application in ASP.NET i am facing some problem i am adding Start time, End Time In Database. on some date. if i again select same date and stat time and end time. i am successfull that application show me it is already exits. i am entering time like this . 8:00 am to 10: 00 am. when i enter the time like this 8:05 amd to 9:45 am it should show me already exits but t not show me . it entered in database on same date. I...
5
8413
by: Ishmael | last post by:
Hi Is Been a 3 Yrs Now (I Still trying to do this) Please help me to do this with Visual Basic 6.0 using Msflexgrid Let say you are the Principal . You have 10 educators and 5 class (Grades) .So you want to setup a School Time Table for them. Each educator must go to each period but if that educator go to grade 6 period 1 on Monday. The same educator must do that period 1 on Monday at the same time, Timetable must aloud the same educator...
9
3156
alisyah
by: alisyah | last post by:
is it possible to insert the time table in database?
1
3875
by: Zabivb | last post by:
Hai guys!!! I'm doing a project of college management, now my task is to generate time table automatically dependending up on the subject details ... Any help will be great. Thanks
0
9568
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9399
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10163
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10007
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9957
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8832
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5276
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
3924
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3532
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.