Category: ASP

0

Chapter 9: WebPages Databases

Web Pages – Databases (the exact lesson in W3Schools WP Tutorial menu: “WebPages Databases” or “ASP.NET Web Pages – Databases” at https://www.w3schools.com/asp/webpages_database.asp). This is the chapter where your site goes from “displaying static or...

0

Chapter 10: WebPages Helpers

Web Pages – Helpers (the exact lesson in the W3Schools WP Tutorial menu: “WebPages Helpers” at https://www.w3schools.com/asp/webpages_helpers.asp). This is where things get really fun and practical because Helpers are one of the biggest reasons...

0

Chapter 11: WebPages The WebGrid

The WebGrid Helper! 🌟 (We’re following the W3Schools menu exactly: “WebPages WebGrid” at https://www.w3schools.com/asp/webpages_webgrid.asp). This lesson comes right after Helpers and Databases, because WebGrid is the most popular built-in helper for showing database (or...

0

Chapter 12: WebPages Chart

The Chart Helper is one of the most “wow” features of classic ASP.NET Web Pages. With just a few lines of code, you can generate professional-looking bar charts, line graphs, pie charts, area charts,...

0

Chapter 13: WebPages Mail

WebPages Email This helper is one of the most practical built-in tools in ASP.NET Web Pages. It lets you send emails directly from your .cshtml pages using SMTP — think contact forms, password reset...

0

Chapter 14: Web Pages Security

Web Pages – WebSecurity Object (or WebPages Security in the menu, specifically focusing on the WebSecurity helper at https://www.w3schools.com/asp/webpages_security.asp). This is where your website stops being “public playground” and becomes a real, secure application...

0

Chapter 15: WebPages Publish

WebPages Publish in the menu, at https://www.w3schools.com/asp/webpages_publish.asp). This is the “launch day” lesson — after building forms, databases, grids, charts, email, and security, now we make your site live so the world (or at least...

0

Chapter 16: Web Pages Examples

WebPages Examples This page is not a single lesson with new theory — it’s a collection of ready-to-run mini-examples that demonstrate almost everything you’ve learned so far in the WP Tutorial track. W3Schools provides...

0

Chapter 17: Web Pages Classes

Web Pages  Classes This page is not about teaching you how to write your own custom classes in C# (like public class Product { public string Name { get; set; } } — that’s...

0

Chapter 18: ASP.NET Razor

1. What exactly is Razor? Razor is a server-side markup syntax created by Microsoft (introduced in 2010 with ASP.NET Web Pages and ASP.NET MVC 3). Its only job is to let you mix C#...