Presentation is loading. Please wait.

Presentation is loading. Please wait.

Chapter 2: Develop A One Page Web Application Liu, Jie Professor Department of Computer Science Western Oregon University

Similar presentations


Presentation on theme: "Chapter 2: Develop A One Page Web Application Liu, Jie Professor Department of Computer Science Western Oregon University"— Presentation transcript:

1 Chapter 2: Develop A One Page Web Application Liu, Jie Professor Department of Computer Science Western Oregon University Liuj@wou.edu

2 Start A New Project  File  New  Website Three different locations  File system – store anywhere  HTTP – use your IIS server  FTP – to a file server directory  A solution file is store at: My Documents\Visual Studio\Projects  To change to where the solution file is stored use Tool  Option

3 The IDE 1 2 3 4 5

4 Page Event  Page_Init First event, before the view state is restored  Page_Load All the controls are initialized and view state is restored This is the event to add logics at the page level  Page_PreRender The server is done with the page and ready to send the HTML file to the browser

5 Summary  Start a new project  Start a page  Visual Studio – the IDE  Add controls  Add code to events Event driven concept Events for controls Events for a page  PostBack – the concept


Download ppt "Chapter 2: Develop A One Page Web Application Liu, Jie Professor Department of Computer Science Western Oregon University"

Similar presentations


Ads by Google