YouTip LogoYouTip

Webpages Webgrid

β€” Learning not just technology, but dreams! Home HTML JAVASCRIPT CSS VUE REACT PYTHON3 JAVA C C++ C# AI GO SQL LINUX VS CODE BOOTSTRAP GIT Local Bookmarks ASP.NET Tutorial ASP.NET Tutorial ASP.NET Introduction Web Pages (WP) Tutorial WebPages Introduction WebPages Razor WebPages Layout WebPages Folders WebPages Global WebPages Forms WebPages Objects WebPages Files WebPages Helpers WebPages WebGrid WebPages Charts WebPages Email WebPages PHP WebPages Publishing WebPages Examples WP Reference Manual WebPages Classes WebPages Security WebPages Database WebPages Mail WebPages Helpers ASP.NET Razor Razor Introduction Razor Syntax Razor C# Variables Razor C# Loops Razor C# Logic Razor VB Variables Razor VB Loops Razor VB Logic ASP.NET MVC MVC Introduction MVC Application MVC Folders MVC Layout MVC Controllers MVC Views MVC Database MVC Models MVC Security MVC HTML Helpers MVC Publishing MVC Reference Manual WF Tutorial WebForms Introduction WebForms Pages WebForms Controls WebForms Events WebForms Forms WebForms ViewState WebForms TextBox WebForms Button WebForms Data Binding WebForms ArrayList WebForms Hashtable WebForms SortedList WebForms XML Files WebForms Repeater WebForms DataList WebForms Database Connection WebForms Master Pages WebForms Navigation WebForms Examples WF Reference Manual WebForms HTML WebForms Controls WebForms Validation ASP.NET Web Pages Helpers ASP.NET Web Pages Charts Deep Dive Database Data Management Scripting Languages Windows and .NET Computer Hardware Programming Search Engines Web Services Computers Programming Languages ASP.NET Web Pages - WebGrid Helper WebGrid β€” One of many useful ASP.NET Web helpers. Handwritten HTML In the previous chapter, you used Razor code to display database data, and all HTML markup was written manually: Database Example @{ var db = Database.Open("SmallBakery"); var selectQueryString = "SELECT * FROM Product ORDER BY Name"; }

Small Bakery Products

@foreach(var row in db.Query(selectQueryString)) { }
Id Product Description Price
@row.Id @row.Name @row.Description @row.Price
Try it yourself Β» Using the WebGrid Helper The WebGrid helper provides a simpler way to display data. The WebGrid helper: - Automatically generates an HTML table to display data - Supports various formatting options - Supports data paging - Supports sorting by clicking column headers WebGrid Example @{ var db = Database.Open("SmallBakery") ; var selectQueryString = "SELECT * FROM Product ORDER BY Id"; var data = db.Query(selectQueryString); var grid = new WebGrid(data); } Displaying Data Using the WebGrid Helper

Small Bakery Products

@grid.GetHtml()
Try it yourself Β» ASP.NET Web Pages Helpers ASP.NET Web Pages Charts Byte Ark Coding Plan Supports mainstream large models including Doubao, GLM, DeepSeek, Kimi, MiniMax, etc. Officially supplied β€” stable and reliable. Β₯9.9 / month Subscribe Now iFLYTEK Xingchen Coding Plan Includes free model invocation quotas; supports DeepSeek, GLM, Kimi, MiniMax β€” an all-in-one experience and deployment platform. Β₯3.9 / month Subscribe Now Click to Share Notes Category Navigation Python / Data Science AI / Intelligent Development Frontend Development Backend Development Databases Mobile Development DevOps / Engineering Programming Languages Computer Fundamentals XML / Web Service .NET Website Development Advertisement ASP.NET Tutorial ASP.NET Tutorial ASP.NET Introduction WP Tutorial WebPages Introduction WebPages Razor WebPages Layout WebPages Folders WebPages Global WebPages Forms WebPages Objects WebPages Files WebPages Helpers WebPages WebGrid WebPages Charts WebPages Email WebPages PHP WebPages Publishing WebPages Examples WP Reference Manual WebPages Classes WebPages Security WebPages Database WebPages Mail WebPages Helpers ASP.NET Razor Razor Introduction Razor Syntax Razor C# Variables Razor C# Loops Razor C# Logic Razor VB Variables Razor VB Loops Razor VB Logic ASP.NET MVC MVC Introduction MVC Application MVC Folders MVC Layout MVC Controllers MVC Views MVC Database MVC Models MVC Security MVC HTML Helpers MVC Publishing MVC Reference Manual WF Tutorial WebForms Introduction WebForms Pages WebForms Controls WebForms Events WebForms Forms WebForms ViewState WebForms TextBox WebForms Button WebForms Data Binding WebForms ArrayList WebForms Hashtable WebForms SortedList WebForms XML Files WebForms Repeater WebForms DataList WebForms Database Connection WebForms Master Pages WebForms Navigation WebForms Examples WF Reference Manual WebForms HTML WebForms Controls WebForms Validation Online Examples Β· HTML Examples Β· CSS Examples Β· JavaScript Examples Β· Ajax Examples Β· jQuery Examples Β· XML Examples Β· Java Examples Character Sets & Tools Β· HTML Character Set Settings Β· HTML ASCII Character Set Β· JS Obfuscation/Encryption Β· PNG/JPEG Image Compression Β· HTML Color Picker Β· JSON Formatter Tool Β· Random Number Generator Latest Updates Β· Dart Enums and Symbols Β· Dart Unit Testing Β· Dart Concurrency and Iso... Β· Dart Stream Β· Dart Asynchronous Programming Β· Dart typedef and... Β· Dart Package and Library Management Site Information Β· Feedback Β· Disclaimer Β· About Us Β· Article Archives Follow on WeChat My Favorites Bookmark Articles Browsing History Clear All No records yet
← Webpages ChartWebpages Helpers β†’