Function String Value GoodDouble 55 55 GoodDouble 55.55 55.55 GoodDouble 55.45 55.45 GoodDouble SomeText 0
Category: Code
This area of the site is dedicated to code snippets for quick and easy reference
Good Integer
Function String Value GoodInt 55 55 GoodInt 55.55 56 GoodInt 55.45 55 GoodInt SomeText 0
Web Browser Controls
C# Visual Studio 2010 Project C# WebBrowser VB.NET Visual Studio 2010 Project VB.NET WebBrowser
File Upload Web Service
This is a File Upload Web Service that can be a wrapper for a process in between. Source code is an adaptation of this Microsoft article: HOW TO: Send and Receive Binary Documents by Using an ASP.NET Web Service and Visual C# .NET Upload Client
Import Excel Spreadsheet into DataGrid
Originally found at http://blueraiden.exofire.net/blog/import-excel-spreadsheet-data-to-datagridview-using-vb-net For the code to work you need to first add a DataGridView and a Button in design view and have a valid file path for the Excel file.
You must be logged in to post a comment.