Home
About
Contact
Categories
Classic ASP (28 - Sub-Categories)
CSS (1 - Sub-Category)
JavaScript (5 - Sub-Categories)
Databases (22 - Sub-Categories)
ASP.NET (23 - Sub-Categories)
Delphi (5 - Sub-Categories)
Windows Server Core (3 - Sub-Categories)
VMWare (1 - Sub-Category)
Code Editing Tools (2 - Sub-Categories)
Linux (2 - Sub-Categories)
Dell Servers (15 - Sub-Categories)
Blog Entries
2025 (1 - Entry)
Bug Reports
(Bugs Fixed
New CFFCS Coding Source is still in Beta
Please report any errors to the [Contact] page. Thank you.
Classic ASP (28)
CSS (1)
JavaScript (5)
Databases (22)
ASP.NET (23)
Delphi (5)
Windows Server Core (3)
VMWare (1)
Code Editing Tools (2)
Linux (2)
Dell Servers (15)
Format SQL Script
Previous
VB.NET
Current Category Entry
Next
ASP.NET
C#
C#
SubCategory Entry Date: June 14,2022 @ 05:05:17 / Last Updated On: June 14,2022 @ 05:05:17
C# is a general-purpose programming language that you can use to build a wide range of programs and applications, such as web applications, Windows applications, and game development.
Code Articles
C# - Upload Multiple Files with Thumbnail, Folders, and SQL Server Database
This upload script is very robust and ported over to C# from VB.NET. Images are resized using the resizeImage() function. Creating multiple folders to store images.
Create an XML Sitemap or data feed with ASP.NET using C#
Using ASP.NET with C#, we can create a Sitemap with XML that we can use with Google, Bing, and other search engines and Data-hungry sites to show updated content to your visitors.
ASP.NET C# - play YouTube videos on your page
Allow your visitors to play YouTube videos on your site, brings your visitors closer to you in a way that is not typical of most websites, and do it with ASP.NET C#.
No Captcha ReCaptcha 2.0 with ASP.NET (C# Version)
No Captcha ReCaptcha 2.0 with ASP.NET using C# is easy to set up and use with this code to stop bots and minimize spammers.
ASP.NET (C# Version) check if Zip Code exists If not, show a message.
In An ASP.NET C# Version US Zip Code lookup form, find any zip code in the US in this easy-to-use code.
ASP.NET (C# Version) Database Driven Select Menu (Dropdown Menu)
Creating an ASP.NET C# Version database-driven dropdown menu with SQL Server is easy with the following code.
ASP.NET (C#) Fill select menu with records from a database, insert selected records with live updated data
ASP.NET C# code loads records from a database into a select menu (Dropdown List), then the user can insert the selected item into the database with a live JQuery view of the data.
Bootstrap Tags Input (C# and SQL Server Database)
Adding tags to your page is easy with this ASP.NET C# Script.
ASP.NET Column & Paging System with C#
This paging system or Pagination includes Columning with ASP.NET C# version. If your ASP.NET website has many records, this is your code. Allow you to page through your records effortlessly.
ASP.NET - How to create a Reusable Replace Function in C#.NET
How do you write an asp.net reusable function that can be used throughout your entire C#.net script? C# asp.net reusable function, how to create a reusable function in C#.net, C#.net reusable replace function.