I am making a website in using asp c#, I need to make a registration form. I have already made the design of it and a submit button. I have ID, Name, Surname, Address...etc. but I don't know how to make the code so the data that the user inputs...when clicking on the submit button is saved in a database that I have already created to. Even the table is ready.
I want to make a method in a class..and on submit button click event it call this method. can some one help please?
I want to make a method in a class..and on submit button click event it call this method. can some one help please?