Click here to Skip to main content
15,886,110 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
I am very new to C# programming using .NET and I have no idea. I need help writing a C# code for how to insert, update, select and delete, the username, password and email. Please help thank you.
Posted
Updated 25-Sep-14 8:54am
v3
Comments
[no name] 25-Sep-14 14:48pm    
Okay, do a search for how to do CRUD operations on whatever database you are using, read and work through the tutorials.
n1986 25-Sep-14 15:20pm    
Thank-you I will check it out.
Sergey Alexandrovich Kryukov 25-Sep-14 14:56pm    
Sorry, this is not a question. How can you possibly imagine anyone writing in the box "Add your solution here". Solution for what? Need help with what? Please, not anything beyond typing and posting some answers to some questions.
—SA
Afzaal Ahmad Zeeshan 25-Sep-14 15:00pm    
I believe this is a question relating the Database commands. Username, Password, Email might be the column names. Which he wants to remove, as records. INSERT, UPDATE, DELETE etc are the commands, making our minds to drift toward the database SQL commands.
n1986 25-Sep-14 15:20pm    
I apologize if that was not a question. As being completely new to programming and this website I do not understand it very well.

1 solution

I would suggest finding some online tutorials or picking up a book. Obviously, we can't explain all of this to you in this one little spot here but we are glad to answer specific questions when you get stuck on something.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900