ASP.NET C# Bootstrap Carousel
Here is a Bootstrap carousel within a ASP.NET page and also shows the C# code that would be located in the C# file. This example would product an image carousel that would remove content after a date.
ASP.NET C# Downloads
Here I will provide snippets of code regarding a page that hosted downloads of file types. The snippets will include some from the C# file (those occur first) and one from the ASP.NET file.
BigCommerce Cleanup Product Reviews
There were issues with unwanted characters showing up on submitted product reviews. I added a simple JavaScript Handlebar expression to fix the issue.
BigCommerce Backorder Message
In this BigCommerce achievment, I worked with two programmers from Kensium. Those two programmers worked on establishing the code within the ERP system while I worked on the frontend of the BigCommerce theme.
C# Code Snippets
In the first example, all item numbers that begin with the letters DS, have a message appended to a label control on a dynamic ASP.NET page (.aspx). In the second example, the page size on a control that dynamically displays items from a specific group, are given a max number of items to load initally.