Click here to Skip to main content
15,885,914 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have a requirement for develop one school management for all schools.
so how to give authorities for perticualr school admin to open that perticular school's info only like 1).student registration,list 2)fees collections e.t.c

backend 'SqlServer'
rentend 'Asp.net'
Posted

1 solution

you would have to maintain a database information where you will bifurcate the each information by its corresponding school name.

E.g. One of your table contains School information and their will be a associated schoolId(Unique) .

and in Student registration table you will store the registration information with the associated SchoolId.

And this information you can use to filter the report when a person logs in with his credentials(the use login configuration will store the info about which school he belongs to)

I hope this helps.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900