(
Original Source projects for this demonstration«)
Original Classic ASP Script«
In this article on the keywords or tags for your website, we will look at the ASP.NET C# Version with a SQL Server Database Table.
Adding tags to your page is easy with this ASP.NET C# Script.
Please follow the instructions on using the code and where to place it.
Make sure you save the files with their name on their designated tab.
Steps in this article.
- Create Database
- Create Table
- Add in our records
Create our ASP.NET C# Pages
- web.config
- database.config (This is our connection string page)
- Tags.ashx (ASP.NET C# Version and SQL Code used to generate the records from the database to fill the JSON file.)
- Load.aspx (Build our page for our Tags panel)
- Load.aspx.cs (Page_load - Load available records to display to our page.)
- app.js (Build our Javascript)
(Follow the information in the link below for SQL Server to create your test user and database for all lessons)
How to use SQL Server Database Connection string«