Overview
Learn to create a member sign-up page using ASP.NET with C# and MS SQL Database in this 40-minute tutorial. Explore database connectivity, insert SQL queries, and register new members into a backend master table. Follow along to set up the database, establish a connection string, create SQL connection objects, and implement insert queries with placeholders. Test the functionality and discover enhancements for disconnected architecture. Gain practical experience in web development, combining ASP.NET, C# programming, and MS SQL database management.
Syllabus
Introduction
Member Signup Page
Testing
Database Setup
Connection String
SQL Connection
Create SQL Connection Object
Check Connection State
Insert SQL Query
sequel command
insert query
pass column names
pass values
placeholders
values for placeholders
test
enhancement
disconnected architecture
Taught by
Simple Snippets