I'm trying to write my first breakthrough online software for a high school, to enable them store student and school records on an internet website where students and parents can have round the clock access to those records when needed.
I am using ASP.NET in Microsoft Visual Studio.NET 2008, and my language of choice is Visual Basic... My Data provider is MS SQL Server 2008.
Problem is that I hit my first snag when, I tried to access information from the database...
Initially, I am able to access the website through a login system that compares a user's login details with the records in a table, no problem, validation and authentication sails through smoothly... Calling the Reader.close () method at every step to close the connection appropriately...
Here is the code...
Yet when I try to reaccess the same table with the SQLDataReader Control from another page within the website, the program crashes and I end up with Operating System Error 32, and with no clue in the world on how to resolve it...
I was wondering if you could PLEASE help me out, I DO appreciate every assistance you offer me. Thank you.
Best Regards...