Comparing strings with and without case sensitivity in VB.NET Your email has been sent Irina Medvinskaya offers an example that shows how VB.NET's String.Compare method can come in handy when you need ...
Working with date and time values often requires an ability to convert these values into string values in a particular format. In this article, I’ll look at a simple way of converting these values ...
I got a neat little class that grabs data from my Products Data Class and creates a datatable with all the info.<br><br>Well, on data cell displays a string that contains HTML tags. Very annoying. I ...
Hello all, I am using Visual Basic 2008, and want to change the text property of a textbox, however the name of the textbox can change depending on the passed value. So I have the name of the textbox ...