Login form VB.Net
In my previous article I mentioned how you can make login form in VB6,In this article I will show you how you can make database driven login form in VB.Net with SQL Server 2000 database at backend.
How to connect Vb.net to SQL Server 2000
Since these days every body is working on ADO.net with Dataset,DataAdapter,DataReader e.t.c so what about those application which have been written using ADODB.Visual Studio.net allows you to use ADODB component in your application.

