The following are the major operations of this application.
The following table lists operations and associated objects and files.
Operation | Files |
---|---|
Login | login.aspx |
Home Page | home.aspx |
Adding Team | addteam.aspx |
Adding Player | addplayer.aspx |
Adding Match | addmatch.aspx, AddMatch Stored Procedure |
Adding Batting Details | addbatting.aspx |
Adding Bowling Details | addbowling.aspx |
Searching For matches | search.aspx |
Displaying all matches | allmatches.aspx, GetFirstTeam and GetSecondTeam stored functions |
Change Password | changepassword.aspx |
Logout | logout.aspx |
Default Page | default.aspx |
Modify Teams | modifyteam.aspx |
Players of a team | teamplayers.aspx |
Modifying details of a players of a team | modifyplayers.aspx (not included) |
Scoreboard of a Match | scoreboard.aspx, batting.aspx, bowling.aspx |
Creating required Tables | tables.txt |
Creating ADDMATCH stored procedure | addmatch.sql |
Creating GETFIRSTTEAM stored function | getfirstteam.sql |
Creating GETSECONDTEAM stored function | getsecondteam.sql |
Configuration Details | web.config |
Pictures related to players | JPG files in IMAGES directory. |
Web Service | all\WSVdca.asmx |
Configuration of Web Service | all\web.config |
The following are the steps to related to be taken to run the existing part of the application :