Sunday, February 06, 2011Posted by admin
How to generate a random number in vb.net. Supply the lower and upper range to get a randomo number back from this function
Read More
|
Wednesday, February 09, 2011Posted by admin
I had a project where I needed to find the first Sunday of each month. I came up with the following routine. Hope you can get some benefit from this as well.
Read More
|
Wednesday, February 09, 2011Posted by admin
How to redirect to a new page in vb.net using response.redirect
Read More
|
Wednesday, February 09, 2011Posted by admin
How to get the file extension from the filepath or file name.
Read More
|
Wednesday, February 09, 2011Posted by admin
Fix the SQL Single quote problems in SQL. When the sql contains the single quotes then they have to be properly escaped otherwise it will give errors.
Read More
|
Wednesday, February 09, 2011Posted by admin
Copy a file in the file system
Read More
|
Wednesday, February 09, 2011Posted by admin
How to extract the file name from the complete file path
Read More
|
Wednesday, February 09, 2011Posted by admin
How to execute a SQL Server Procedure in VB.NET
Read More
|
Wednesday, February 09, 2011Posted by admin
How to connect to a SQL Server in VB.NET
Read More
|
Thursday, February 10, 2011Posted by admin
Here is some nice informatioin on the use of the listbox in vb.net
Read More
|