Category:

How to generate a random number in vb.net

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


How to find First Sunday of each month

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.


redirect to a new page in vb.net

Wednesday, February 09, 2011Posted by admin

 

How to redirect to a new page in vb.net using response.redirect


How to get the file extension from the filepath

Wednesday, February 09, 2011Posted by admin

 

How to get the file extension from the filepath or file name.


Fix the SQL Single quote problems in SQL in vb.net

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.


How to Copy a File in vb.net

Wednesday, February 09, 2011Posted by admin

 

Copy a file in the file system


Extract the file name from the complete file path

Wednesday, February 09, 2011Posted by admin

 

How to extract the file name from the complete file path


How to execute a SQL Server Procedure in VB.NET

Wednesday, February 09, 2011Posted by admin

 

How to execute a SQL Server Procedure in VB.NET


How to connect to a SQL Server in VB.NET

Wednesday, February 09, 2011Posted by admin

 

How to connect to a SQL Server in VB.NET


How to use List Box in VB.NET

Thursday, February 10, 2011Posted by admin

 

Here is some nice informatioin on the use of the listbox in vb.net

Showing Page 1 of 2
...12
...