Latest posts on "vb-net"

how to send email in vb.net using gmail server?

6 February 2017

In this article, I will show you how to send email with vb.net using gmail sever.The SMTP (simple mail transfer protocol) server used for sending email with the help of namespace System.Net.Mail.

Vb isNullorEmpty with example

7 September 2016

If you want to check the property value or string which is Null or not using the following code in vb .Net.

Jquery gridview asp net examples

9 June 2016

In this example I will show you how to bind data in asp.net vb gridview using JQuery. I used Html table structure to populate data to gridview.

How to use try and catch in vb.net?

18 March 2016

Here I am going to describe how to use try catch in vb.net. In this try section write your logic and catch section receive(display) your exception use messageBox or write message.

How to bind DataGridView in vb.net?

18 March 2016

In this articles describes how to bind DataGridView in vb.net. Here I am using SqlDataAdapter to fill dataset and then give dataset as DataSource for the grid.

How to use mysql connection string in vb.net?

18 March 2016

In this articles describes how to use mysql connection string in vb.net. if you know how to use sql server connection string in vb.net then it is very easy. It is same as sql server connection string. Here I am using local mysql server as a DataSource that mean it will connect automatically to the local server

How to use mysql connection in vb.net?

18 March 2016

In this articles describes how to use mysql connection in vb.net. Here I am using ADO.net to connect mysql with vb.net. Add mysql.data reference to the reference folder and use it in your form.

How to convert date to string in vb.net?

18 March 2016

In this articles describes how to convert datetime to string vb.net. Here I am using Format Method to format or convert date to string.

Page 1 of 1