Tag: c#
Simple Sort Enabled Paginated ASP Table
I don’t do a lot of web development, certainly when I do it’s in PHP running in Apache and not C# ASP in IIS. But recently I had to build some tools in ASP using C# to replace my older Python/Apache site. I am learning as I go; although, I have done things in the […]
Creating a DataMatrix GS1 barcode and saving to postscript, PDF, or image for free in C#.
I’ve been working on an interesting project where I had to learn Pitney Bowes Streamweaver in order to sort/merge and barcode postscript. I have very little knowledge of postscript and no training or knowledge of Streamweaver whatsoever. I rolled my own in C# in order to understand how the product worked for parsing but didn’t […]