I'm having idea in VB 6.0 & HTML. Based on this trying to build a simple web application using ASP.NET 3.5, VB as code behind & SQL 2000 for database.
Here, I got one doubt.
In the Login Form, when the user enters his username & password, Computer has to search whether both these fields matches to the filedz present in which it is stored in UserLogin table (SQL 2000 )
How to perform this...?
Here, I got one doubt.
In the Login Form, when the user enters his username & password, Computer has to search whether both these fields matches to the filedz present in which it is stored in UserLogin table (SQL 2000 )
How to perform this...?
Comment