Modules and Functionalities.: Student Training Methodology A. Templates Design
Modules and Functionalities.: Student Training Methodology A. Templates Design
1. Forms Module
a. Login Main page
b. Admin Home Page
c. Add Category Page.
d. Renew Add Page
e. Renewal business card.
f. Testimonials page.
g. Faq’s
h. Log out
2. Update module
a.
a. Templates design
o At the time of training we will discuss the flow module wise and ask them to
desing rough / Draft templates.
c. UML diagrams
Forms Module:
Task one:
Task Two
1.In the Firno.aspx page write a Method so that You can get the Max fir no from
Axt_section Table By Using Data reader and display the MaxFirno+1 In a Read-only
Textbox
2 .fill the Required information in the Page and submit the Button insert the values in
to the fir_information Table after insert The values into table Redirect the User into
acts_actions page
3. In the Acts_actionPage Display the Firno from session variable,Display the
todaydate,get the values from Section _acts and bind them to
dropdowns(ddlacts,ddlsections by using dataset)and bind the Bind the remain
dropdown with static data
4. After enter the required details If user enter Click the Add button Conform him for
adding(By using Ajax Conform Button) Then show the All Firs in a grid(3 Tier)
5. If user Select the save button then the details entered into Act_section table and
Redirect the User to Complaint_Details.aspx
6. Provide The Validations for The page
Complaint_Details.aspx
7. in this page the user Enter the Name, fathername, Address and Click On the Save
He will be Stored the details in Complemnt details Values and redirect him to
Occurrence Offence (One tier)
8. Occurrence Offence After enter the User details and save the details Into
OccuranceDetails Table And Redirect Him to Crime_Details.aspx
9. Crime_Details.aspxIn this page The user enter the crime details who is lead the
case ,his service number, his position if the investigation officer reject the case
the details of why he is reject the case after enter the details he submit . the
entered values are stored in to crime details Table Redirect Him to
Property_details.aspx
Task Three: