Download presentation
Presentation is loading. Please wait.
Published byLeona Carter Modified over 9 years ago
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
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.