Validate CheckBox using Custom Validator and jQuery October 21, 2016 Here is an example on how to validate ASP.Net Web Forms checkbox on client side using custom validator and jQuery. Read more
LINQ – check for any selected item in CheckBoxList September 17, 2016 Here is an example on how to check if ASP.NET CheckBoxList has any item selected using LINQ: Read more
File upload to FTP server January 10, 2016 Here is C# example source code to show you how to upload file to a FTP server. Read more