Step 1 if had account before:
log in
else:
sign up
log in
Step 2 if identity is principal:
enter members page(->step3)
else:
enter department page(you belong to)(->step4)
Step 3 query the member's information
delete the member's information
Step 4 update your extra information
browse the web
|-—— NJUAIA
| |-—— pages
| |-—— signup.aspx
| |-—— login.aspx
| |-—— department.aspx
| |-—— aboutus.aspx
| |-—— members.aspx
| |-—— photo.aspx
| |-—— class
| |-—— BasePage.cs
| |-—— DataCon.cs
| |-—— DataOperate.cs
| |-—— ValidCode.cs
| |-—— SqlData.cs
| |-—— CSS
| |-—— JS
| |-—— images
| |-—— header.ascx
DataBase:
NJUAIA
Table:
AIA(PID,DEPARTMENT,MINISTER,DMINISTER,MEMNUM)
MEMBERS(MID,NAME,DEPARTMENT,POS,EDU,COLLEGE,TEL,
QQ,WECHAT,PERMISSION,STATUS,INTIME,INTRO,PHOTO)
LOGINFO(MID,PASSWORD)