I started the plan and realized that this project was accompanied by me throughout August, so the project was very fast ~~
First, let's summarize the knowledge points that appeared previously but only know but do not know why.
1. Use the master page
Ii. Ajax Control & customer Control(Scriptmanager pagelock updatepanel calendarextender modalpopupextender)
Iii. Javascript return and non-return.
1. Use the master page.
This article is very detailed.
Http://www.cnblogs.com/SkySoot/archive/2012/10/16/2726192.html
A commonly used master page in the company has a property of stylesheettheme = "epawstheme". Every project has never been carefully referenced.
Finally, I checked it and created a new folder named app_themes under webapplication. The attribute value of stylesheettheme is the name of the subfolder under app_themes...
Second, Ajax controls
Start with updatepanel. This is the first Ajax control I know, Which grico told me.
Http://blog.csdn.net/ilovemsdn/article/details/1879343
It's really good !!!
Calendarextender
A relatively new calendar control is used in this project ,. This avoids the verification of the selected date.
Set the start time and End Time in the background file,
Eg.
Configdateextender. startdate = datetime. today;
Configdateextender. enddate = datetime. Today. addmonths (2). adddays (-1 );
Modalpopupextender
In the first pop-up box, jolly taught me to write the mask layer and Div with CSS. This time, Andy taught me how to use controls.
Http://www.cnblogs.com/blodfox777/archive/2008/08/27/1277785.html
Finally,Javascript return
Http://www.cnblogs.com/ycxyyzw/archive/2011/04/25/2027753.html
This is my first project related to workflow. Although I have not covered this part, I have learned a lot. For example, we can divide the project into two parts: UI and workflow.
This is also the first time I have created a new project. Refer to the company's technical documentation to set various attributes from scratch.
And this is my first project to do PM in QA. One person is responsible for arranging work hours, the other person is responsible for assigning tasks, and coordination and communication are particularly important.
Project Summary-MIT (1)