1 / 5

Chapter 2: Develop A One Page Web Application

Chapter 2: Develop A One Page Web Application. Liu, Jie. Professor Department of Computer Science Western Oregon University Liuj@wou.edu. Start A New Project. File  New  Website Three different locations File system – store anywhere HTTP – use your IIS server FTP

darryl
Télécharger la présentation

Chapter 2: Develop A One Page Web Application

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

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 2 4 1 3 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

More Related