Hi, my experience is primarily with Classic ASP but I need to bite the bullet and move to ASP.NET.
What I'd like to do partly as a training exercise is write a small web application that allows login / registration and recording of name, address, email etc. I'd also like to communicate with a MySQL database rather than SQL 2005 / 2008.
I'm aware of the fact that .NET 2.0 offers a login control and other related features but I really would prefer to get into the guts rather than have the job done for me. Also, I know there are issues surrounding the capture of additional data with the control and as I am intending to capture such data, I'd prefer to avoid those issues.
Can anyone point me at some relevant code (e.g. connecting with and reading a MySQL database & table) and/or articles that could get me started on this?
Thanks in advance.
What I'd like to do partly as a training exercise is write a small web application that allows login / registration and recording of name, address, email etc. I'd also like to communicate with a MySQL database rather than SQL 2005 / 2008.
I'm aware of the fact that .NET 2.0 offers a login control and other related features but I really would prefer to get into the guts rather than have the job done for me. Also, I know there are issues surrounding the capture of additional data with the control and as I am intending to capture such data, I'd prefer to avoid those issues.
Can anyone point me at some relevant code (e.g. connecting with and reading a MySQL database & table) and/or articles that could get me started on this?
Thanks in advance.