23/04/2015 by Nitesh

Solution: The server response was: 5.7.0 Must issue a STARTTLS command first. i16sm1806350pag.18 – gsmtp

Friends, When sending emails via code using Gmail as mail server, we sometime get this error. This blog post explains the error and the solution to the same. Reason: The error occurs when the code tries to authenticate Gmail server using the given credentials over non-SSL layer and does not encrypt the connection. Solution: To…

Continue Reading »

21/04/2015 by Nitesh

How to Setup Online Reservation Form on your WordPress Website

Today, WordPress is one of the widely used CMS for creating blogs as well as websites across the world. Currently around 23% of websites in the world are powered by the WordPress Platform. This means that almost business of every niche is using WordPress for their website. Today, I will be reviewing a plugin that…

Continue Reading »

02/02/2015 by Nitesh

Connect Access 2007-2010 Database In C#

Friends, In this post, we will see how can we connect Access 2007-2010 database in C#. As we know Microsoft introduced new Access format from Access 2007 onwards (.accdb extension), we cannot use the default JET.OLEDB provider that we used to use before. With the new database, Microsoft also launched a new provider namely ACE.OLEDB…

Continue Reading »

14/01/2015 by Nitesh

How To INSERT Values Explicitly in Identity Column in SQL

Friends, In this post, we will see how can we insert explicit values in an Identity column in a table in SQL Server. Normally, the data in IDENTITY column should not be entered manually, but there are certain circumstances where you want to insert custom data in the IDENTITY column. If you try entering data…

Continue Reading »

14/01/2015 by Nitesh

Solution: ‘Microsoft.Jet.OLEDB.4.0’ provider is not registered on the local machine

Friends, While working with Access, many times you may get the famous exception “Microsoft.Jet.OLEDB.4.0′ provider is not registered on the local machine“. This normally happens that your code runs fine on your development machine and when you try the run it on production server, this error comes. IN this post, we will see a solution…

Continue Reading »

1 7 8 9 10 11 38