Agenda main content
Agenda for Day 3
- Announcements
- University Announcements
- Internships and Research Projects
- Assignments
- Lab 1 begins in class on Wednesday and due Friday
- Program 1 begins after class on Friday and due at start of Lab 2
- Today's learning objectives
After today's class, you should be able to- Exlain what is an ASP.NET Web form?
- Explain what are ASP.NET Server Controls?
- Create and edit a web form using Visual Studio
- Use server controls in a Web form
- Write an event-handler method to respond to a button click
Hands-On learning objectives- Create, edit, and view a web page using Visual Studio
- Add ASP.NET standard web controls to a Web Page
- asp:Textbox, asp:Button, and asp:Label
- Setting ASP.NET control properties declaratively
- Setting and getting control properties with code
- Using the code behind file
- Supplements
- References
- MSDN's Web Forms Syntax
- MSDN's Web Server Controls