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.
In this articles describes how to visible Header columns in gridview. Here I have use ShowHeader Property to visible Header columns either true or false.
When you try to send an email from web application if you got exceptions like this your Username or password must be wrong and also Check port is 465 (SSL) change to 80.
If you want to remove the last three character of the string object. Here this example code demonstrates us to remove all the character, excluding the last three using c# ASP.net framework c#.
We can use substring method to achieve. . Here this example code demonstrate us how can we get all the characters in the input string excluding the first three using c# ASP.net framework.
Substring method allow us to retrieve a substring from a string object. Here this example code demonstrate us how can we get a substring from a string in .net framework.
In this article, I will show you how to get string connection from web.config file in asp.net using c#. Two ways to write the connection string in web.config file as,