Facebook

Read html, text or content between HTML tag c#. .NET

Read html, text or content between HTML tag c#. .NET It is very easy to read content between HTML tag using c#. Steps for reading HTML content are as follows: Using namespace System.Xml Code: Note: Be sure about case sensitivity of tag example (/HTML/BODY) in place of (/html/body).

Create Excel (xls) from gridview, XSLT from XML using c#, ASP.NET or .NET

Create Excel (xls) from gridview, XSLT from XML using c#, ASP.NET or .NET In this example i have covered 2 ways of generating XLS: 1. From Gridview2. Using XLST file Code for Gridview to XLS: Download code for Gridview to Excel Code for XLS using XSLT: Download code for generating excel using XSLT Note: Better […]

Uploading and downloading file on SFTP using private key in .NET using SharpSSH

Topic to cover: Connecting SFTP using Private Key using .NET console App• Downloading and Uploading File For complete SFTP operation in detail check link below:Article: http://www.techsapphire.in/index/sftp_download_upload_and_delete_file_using_sharpssh_library/0-150Video: https://youtu.be/VVqh0BCgFpM Library used Sharpssh. To install: • Got to Tools:>Library Package Manager:>Manage NuGet Pankages for solutions • Search SharpSSh • Install Script:

Uploading and downloading file on SFTP using private key in .NET using SharpSSH

Topic to cover: Connecting SFTP using Private Key using .NET console App• Downloading and Uploading File For complete SFTP operation in detail check link below:Article: http://www.techsapphire.in/index/sftp_download_upload_and_delete_file_using_sharpssh_library/0-150Video: https://youtu.be/VVqh0BCgFpM Library used Sharpssh. To install: • Got to Tools:>Library Package Manager:>Manage NuGet Pankages for solutions • Search SharpSSh • Install Script:

Print POS thermal receipt from web browser using Techsapphire Direct Print

Below is instruction and demo video for same. We all know and agree with the age old slogan that says ‘Necessity is the Mother of Invention’. From a pin to a super computer was created due to our needs. Latest in this is our direct print. As the name suggests, it lets you print directly […]