ASP.NET
- 1. What is Web Application
- 1.1 Stateless Protocol
- 1.2 Stateful Protocol
- 2. Layered Model
- 3. ASP .NET Overview
- 4. Code Behind
- 5. Config Files
- 5.1 web config
- 5.2 Machine config
- 6. Directives
- 7. Controls
- 7.1 Standard Controls
- 7.1.1 Text Box
- 7.1.2 Button
- 7.1.3 Hyperlink
- 7.1.4 Checkbox
- 7.1.5 Radiobutton
- 7.1.6 File Upload
- 7.2 Data Control
- 7.2.1 Grid View
- 7.2.2 SQL Datasource
- 7.2.3 Validation control
- 7.2.4 Required field validator
- 7.2.5 Range Validator
- 7.2.6Regular expression validator
- 7.2.7Compare Validator
- 7.2.8Custom Validator
- 7.3 Navigation Control
- 7.3.1 Menu
- 7.3.2 Tree View
- 7.3.3 Pointer
- 7.4 Login Control
- 7.4.1 Login
- 7.4.2 Login Status
- 7.4.3 Password Recovery
- 8. Session
- 8.1 What is Session
- 8.2 Why Session
- 8.3 Types of Session
- 8.3.1 http Session
- 8.3.2 Cookies
- 8.3.3 Hidden Form Field
- 8.3.4 Application State
- 8.3.5 View State