Can someone help me convert my .cs file to aspx.cs
I thought I could just put my same cs code into this file that would open a webpage but apparently things are different. I need this because I have a login file that has three options for the user, the page I am building takes in their username, authorization and database information and then outputs all of that into a text file. The problem is I have to link the .cs file to the asp.net file and it is really complicated (for me).
I am new to coding so any help or suggestions would be greatly appreciated. Also if you have any tutorials or websites that could assist me that would be great!
If you need to see my code let me know!